diff --git a/script/cuda.sh b/script/cuda.sh index 9d3a3f35..b54257a7 100755 --- a/script/cuda.sh +++ b/script/cuda.sh @@ -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}