We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824fb65 commit 4764b48Copy full SHA for 4764b48
script/cuda.sh
@@ -101,7 +101,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then
101
sudo apt update -qq
102
sudo apt search cuda
103
sudo apt install cuda-nvcc-11-0
104
- sudo apt install cuda-libraries-11-0
+ sudo apt install cuda-libraries-dev-11-0
105
sudo apt clean
106
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
107
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
0 commit comments