Skip to content

Commit 8ccc0c4

Browse files
committed
Fix cuda-command-line-tools version
1 parent 27a5d63 commit 8ccc0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if $shared; then
5151
fi
5252
if $cuda; then
5353
# install libcupti
54-
apt-get -y install cuda-command-line-tools-9-2
54+
apt-get -y install cuda-command-line-tools-10-0
5555
fi
5656

5757
apt-get -y clean

0 commit comments

Comments
 (0)