summaryrefslogtreecommitdiff
path: root/cuda_install.sh
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-08-09 20:02:47 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-08-09 20:02:47 -0700
commit1ced47c5043ed88b78c288f55f43ec3e66a0f765 (patch)
tree5889ddda577f26bcacdd12170b2d71eb56cff4cc /cuda_install.sh
parentf9cbe2fe99c805dcca934c66677951f428d3b3e2 (diff)
Added CUDA version warning and fixed cuda_install for 9.2/10.2.
Diffstat (limited to 'cuda_install.sh')
-rw-r--r--cuda_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cuda_install.sh b/cuda_install.sh
index 856cbe5..4508f4a 100644
--- a/cuda_install.sh
+++ b/cuda_install.sh
@@ -65,7 +65,7 @@ if [[ -n "$CUDA_VERSION" ]]; then
echo $URL
echo $FILE
wget $URL
- bash $FILE --no-drm --no-man-page --override --installpath=~/local --librarypath=$BASE_PATH/lib --toolkitpath=$BASE_PATH/$FOLDER/ --toolkit --silent
+ bash $FILE --no-drm --no-man-page --override --toolkitpath=$BASE_PATH/$FOLDER/ --toolkit --silent
echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BASE_PATH/$FOLDER/lib64/" >> ~/.bashrc
echo "export PATH=$PATH:$BASE_PATH/$FOLDER/bin/" >> ~/.bashrc
source ~/.bashrc