Skip to content

Commit 4764b48

Browse files
committed
update
1 parent 824fb65 commit 4764b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then
101101
sudo apt update -qq
102102
sudo apt search cuda
103103
sudo apt install cuda-nvcc-11-0
104-
sudo apt install cuda-libraries-11-0
104+
sudo apt install cuda-libraries-dev-11-0
105105
sudo apt clean
106106
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
107107
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}

0 commit comments

Comments
 (0)