We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a5d63 commit 8ccc0c4Copy full SHA for 8ccc0c4
1 file changed
Dockerfiles/install-ubuntu.sh
@@ -51,7 +51,7 @@ if $shared; then
51
fi
52
if $cuda; then
53
# install libcupti
54
- apt-get -y install cuda-command-line-tools-9-2
+ apt-get -y install cuda-command-line-tools-10-0
55
56
57
apt-get -y clean
0 commit comments