Skip to content

Commit 824fb65

Browse files
committed
clean up
1 parent d79a30a commit 824fb65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/cuda.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then
102102
sudo apt search cuda
103103
sudo apt install cuda-nvcc-11-0
104104
sudo apt install cuda-libraries-11-0
105-
sudo apt libcusolver-dev-11-0 libcusparse7.5 libcurand7.5
106105
sudo apt clean
107106
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
108107
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}

0 commit comments

Comments
 (0)