Skip to content

Commit c8f604d

Browse files
committed
install nvcc
1 parent d0be946 commit c8f604d

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
@@ -107,7 +107,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then
107107
# echo "SEARCH 2"
108108
# sudo apt-cache search cuda
109109
# echo "END"
110-
sudo apt install cuda-repo-ubuntu1804-11-0-local
110+
sudo apt install cuda-nvcc-11-0
111111
sudo apt clean
112112
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
113113
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}

0 commit comments

Comments
 (0)