Skip to content

Commit

Permalink
fix: update docker image (HiroIshida#28)
Browse files Browse the repository at this point in the history
* Update

* Update
  • Loading branch information
HiroIshida authored Aug 27, 2022
1 parent 9f7c805 commit 136600e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM nvidia/cuda:11.1-devel-ubuntu20.04
FROM nvidia/cuda:11.2.0-devel-ubuntu20.04
RUN rm /etc/apt/sources.list.d/cuda.list
RUN rm /etc/apt/sources.list.d/nvidia-ml.list

RUN echo 'Etc/UTC' > /etc/timezone && \
ln -s /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
Expand Down
2 changes: 1 addition & 1 deletion docker_personal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.0-devel-ubuntu20.04
FROM nvidia/cuda:11.2.0-devel-ubuntu20.04

RUN echo 'Etc/UTC' > /etc/timezone && \
ln -s /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
Expand Down

0 comments on commit 136600e

Please sign in to comment.