We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54615d6 commit 11a1b59Copy full SHA for 11a1b59
2 files changed
Dockerfiles/archlinux-cuda
@@ -10,4 +10,4 @@ RUN ./tensorflow_cc/Dockerfiles/install-archlinux.sh --cuda
10
11
ENV NVIDIA_VISIBLE_DEVICES all
12
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility
13
-ENV NVIDIA_REQUIRE_CUDA "cuda>=10.1"
+ENV NVIDIA_REQUIRE_CUDA "cuda>=11.1"
Dockerfiles/ubuntu-cuda
@@ -1,4 +1,4 @@
1
-FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04
+FROM nvidia/cuda:11.1-cudnn8-devel-ubuntu18.04
2
3
# copy the contents of this repository to the container
4
COPY . tensorflow_cc
0 commit comments