Remove obsolete update-default-cuda.sh

This commit is contained in:
Michael Vines 2018-11-12 19:48:15 -08:00 committed by Grimes
parent dafdab1bbc
commit c5b1bc1128
2 changed files with 0 additions and 11 deletions

View File

@ -424,7 +424,6 @@ $(
install-rsync.sh \
network-config.sh \
remove-docker-interface.sh \
update-default-cuda.sh \
)

View File

@ -1,10 +0,0 @@
#!/usr/bin/env bash
#
# Updates the default cuda symlink to the supported version
#
set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1
ln -sfT /usr/local/cuda-9.2 /usr/local/cuda