Remove obsolete update-default-cuda.sh
This commit is contained in:
@ -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
|
|
Reference in New Issue
Block a user