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 7422a84 commit acdc3b3Copy full SHA for acdc3b3
.travis.yml
@@ -29,7 +29,7 @@ before_install:
29
- wget https://developer.download.nvidia.com/compute/cuda/repos/${UBUNTU_VERSION}/x86_64/7fa2af80.pub
30
- sudo apt-key add 7fa2af80.pub
31
- sudo apt update -qq
32
- - sudo apt install -y cuda
+ - sudo apt install -y cuda-${CUDA_SHORT/./-}
33
- sudo apt clean
34
- export CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
35
- export LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
0 commit comments