diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-07-31 17:47:44 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-07-31 17:47:44 -0700 |
commit | dd50382b3237897d336f2c8f7b7f555b3c851abb (patch) | |
tree | 1c16580e69002f555f7dead7dda4fdd72292d1c4 /install_cuda.sh | |
parent | 5d90b38c4d280272106ad656808b35ff75bd46a0 (diff) |
Full evaluate_cuda setup with integration test.
Diffstat (limited to 'install_cuda.sh')
-rw-r--r-- | install_cuda.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/install_cuda.sh b/install_cuda.sh deleted file mode 100644 index 6a4ff0c..0000000 --- a/install_cuda.sh +++ /dev/null @@ -1,5 +0,0 @@ -wget https://developer.download.nvidia.com/compute/cuda/11.1.1/local_installers/cuda_11.1.1_455.32.00_linux.run -bash cuda_11.1.1_455.32.00_linux.run --no-drm --no-man-page --override --installpath=~/local --librarypath=~/local/lib --toolkitpath=~/local/cuda-11.1/ --toolkit --silent -echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/local/cuda-11.1/lib64/" >> ~/.bashrc -echo "export PATH=$PATH:~/local/cuda-11.1/bin/" >> ~/.bashrc -source ~/.bashrc |