updated cuda
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Use NVIDIA CUDA as base image and run the same installation as in the other packages.
 | 
					# 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
 | 
					# The version of cudatoolkit must match those of the base image, see Dockerfile.pytorch
 | 
				
			||||||
FROM nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
 | 
					FROM nvidia/cuda:11.2.0-runtime-ubuntu20.04
 | 
				
			||||||
LABEL authors="Christoph Schranz <christoph.schranz@salzburgresearch.at>, Mathematical Michael <consistentbayes@gmail.com>"
 | 
					LABEL authors="Christoph Schranz <christoph.schranz@salzburgresearch.at>, Mathematical Michael <consistentbayes@gmail.com>"
 | 
				
			||||||
# This is a concatenated Dockerfile, the maintainers of subsequent sections may vary.
 | 
					# This is a concatenated Dockerfile, the maintainers of subsequent sections may vary.
 | 
				
			||||||
RUN chmod 1777 /tmp && chmod 1777 /var/tmp
 | 
					RUN chmod 1777 /tmp && chmod 1777 /var/tmp
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,7 +14,7 @@ RUN conda install --quiet --yes \
 | 
				
			|||||||
RUN conda install --quiet --yes \
 | 
					RUN conda install --quiet --yes \
 | 
				
			||||||
     pytorch \ 
 | 
					     pytorch \ 
 | 
				
			||||||
     torchvision \
 | 
					     torchvision \
 | 
				
			||||||
     cudatoolkit=10.1 -c pytorch
 | 
					     cudatoolkit=11.2 -c pytorch
 | 
				
			||||||
#    pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html && \
 | 
					#    pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html && \
 | 
				
			||||||
RUN pip install  --no-cache-dir torchviz
 | 
					RUN pip install  --no-cache-dir torchviz
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
# Use NVIDIA CUDA as base image and run the same installation as in the other packages.
 | 
					# 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
 | 
					# The version of cudatoolkit must match those of the base image, see Dockerfile.pytorch
 | 
				
			||||||
FROM nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
 | 
					FROM nvidia/cuda:11.2.0-runtime-ubuntu20.04
 | 
				
			||||||
LABEL authors="Christoph Schranz <christoph.schranz@salzburgresearch.at>, Mathematical Michael <consistentbayes@gmail.com>"
 | 
					LABEL authors="Christoph Schranz <christoph.schranz@salzburgresearch.at>, Mathematical Michael <consistentbayes@gmail.com>"
 | 
				
			||||||
# This is a concatenated Dockerfile, the maintainers of subsequent sections may vary.
 | 
					# This is a concatenated Dockerfile, the maintainers of subsequent sections may vary.
 | 
				
			||||||
RUN chmod 1777 /tmp && chmod 1777 /var/tmp
 | 
					RUN chmod 1777 /tmp && chmod 1777 /var/tmp
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user