We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81dba17 + 49c5387 commit b379189Copy full SHA for b379189
Dockerfiles/install-ubuntu.sh
@@ -17,7 +17,7 @@ done
17
18
if $cuda; then
19
# install libcupti
20
- apt-get -y install cuda-command-line-tools-10-1
+ apt-get -y install cuda-command-line-tools-11-6
21
fi
22
23
apt-get -y clean
Dockerfiles/ubuntu-cuda
@@ -1,4 +1,4 @@
1
-FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04
+FROM nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04
2
3
# copy the contents of this repository to the container
4
COPY . tensorflow_cc
0 commit comments