Remove obsolete update-default-cuda.sh
This commit is contained in:
parent
dafdab1bbc
commit
c5b1bc1128
|
@ -424,7 +424,6 @@ $(
|
||||||
install-rsync.sh \
|
install-rsync.sh \
|
||||||
network-config.sh \
|
network-config.sh \
|
||||||
remove-docker-interface.sh \
|
remove-docker-interface.sh \
|
||||||
update-default-cuda.sh \
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue