CUDA 11.2 in docker images

This commit is contained in:
Sven Mika 2021-08-16 12:31:19 +02:00 committed by Kai Fricke
parent 34de954723
commit ee9520d4e1
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ def _build_cpu_gpu_images(image_name, no_cache=True) -> List[str]:
if image_name == "base-deps":
build_args["BASE_IMAGE"] = (
"nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04"
"nvidia/cuda:11.2.0-cudnn8-devel-ubuntu18.04"
if gpu == "-gpu" else "ubuntu:focal")
else:
# NOTE(ilr) This is a bit of an abuse of the name "GPU"

View file

@ -1,6 +1,6 @@
ipython
# In TF >v2, GPU support is included in the base package.
tensorflow==2.4.1
tensorflow==2.5
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.8.1+cu111
-f https://download.pytorch.org/whl/torch_stable.html