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.
1 parent c6a7d6a commit 7882e18Copy full SHA for 7882e18
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-7
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.7.0-cudnn8-devel-ubuntu22.04
2
3
# copy the contents of this repository to the container
4
COPY . tensorflow_cc
0 commit comments