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 d0be946 commit c8f604dCopy full SHA for c8f604d
script/cuda.sh
@@ -107,7 +107,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then
107
# echo "SEARCH 2"
108
# sudo apt-cache search cuda
109
# echo "END"
110
- sudo apt install cuda-repo-ubuntu1804-11-0-local
+ sudo apt install cuda-nvcc-11-0
111
sudo apt clean
112
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
113
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
0 commit comments