Skip to content

Commit

Permalink
Upgrade base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Oct 21, 2023
1 parent c5d50aa commit c3d834e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
FROM pytorch/pytorch:1.13.1-cuda11.6-cudnn8-devel
FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-devel

# this needs to avoid time zone question
ENV DEBIAN_FRONTEND=noninteractive

# install dependencies
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub && \
apt-get update && \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
software-properties-common \
Expand Down

0 comments on commit c3d834e

Please sign in to comment.