Skip to content

Commit 5815a86

Browse files
committed
Fix 1.10.2-nocuda-ubuntu20.04 base image
1 parent 8227240 commit 5815a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: dockerfiles/1.10.2-nocuda-ubuntu20.04/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:11.3.1-base-ubuntu20.04
1+
FROM ubuntu:20.04
22

33
# Install some basic utilities
44
RUN apt-get update && apt-get install -y \

Diff for: images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
template:
2525
path: templates/20220207.dockerfile.jinja2
2626
vars:
27-
base_image: nvidia/cuda:11.3.1-base-ubuntu20.04
27+
base_image: ubuntu:20.04
2828
conda_dependencies:
2929
- numpy=1.21.2
3030
- pillow=8.4.0

0 commit comments

Comments
 (0)