Skip to content

Commit 11a1b59

Browse files
committed
Update CUDA version
1 parent 54615d6 commit 11a1b59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfiles/archlinux-cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN ./tensorflow_cc/Dockerfiles/install-archlinux.sh --cuda
1010

1111
ENV NVIDIA_VISIBLE_DEVICES all
1212
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility
13-
ENV NVIDIA_REQUIRE_CUDA "cuda>=10.1"
13+
ENV NVIDIA_REQUIRE_CUDA "cuda>=11.1"

Dockerfiles/ubuntu-cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04
1+
FROM nvidia/cuda:11.1-cudnn8-devel-ubuntu18.04
22

33
# copy the contents of this repository to the container
44
COPY . tensorflow_cc

0 commit comments

Comments
 (0)