Support local tarball deploys

This commit is contained in:
Michael Vines
2018-11-07 13:32:48 -08:00
parent 8047ab777c
commit 7d76badd03
5 changed files with 28 additions and 11 deletions

View File

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