Skip to content

Commit

Permalink
rebase to nvidia/cuda:10.1-base-ubuntu18.04 as 10.2 makes problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophSchranz committed Feb 22, 2020
1 parent 6a0dd56 commit 5b54ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile.header
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use NVIDIA CUDA as base image and run the same installation as in the other packages.
# The version of cudatoolkit must match those of the base image, see Dockerfile.pytorch
FROM nvidia/cuda:10.2-base-ubuntu18.04
FROM nvidia/cuda:10.1-base-ubuntu18.04
LABEL maintainer="Jupyter Project <[email protected]>"
2 changes: 1 addition & 1 deletion src/Dockerfile.pytorch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN conda install --quiet --yes \

# Install PyTorch, version of cudatoolkit must match those of the base image
RUN conda install -y -c pytorch \
cudatoolkit=10.2 \
cudatoolkit=10.1 \
'pytorch=1.3.1' \
torchvision && \
conda clean --all -f -y && \
Expand Down

0 comments on commit 5b54ba1

Please sign in to comment.