Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Oct 31, 2020
1 parent d79a30a commit 824fb65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then
sudo apt search cuda
sudo apt install cuda-nvcc-11-0
sudo apt install cuda-libraries-11-0
sudo apt libcusolver-dev-11-0 libcusparse7.5 libcurand7.5
sudo apt clean
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
Expand Down

0 comments on commit 824fb65

Please sign in to comment.