Skip to content
Snippets Groups Projects
Commit 8c604702 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Travis: Fix CUDA installation

parent 55ff5230
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ sudo mv cuda-ubuntu1804.pin /etc/apt/preferences.d/cuda-repository-pin-600
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
sudo add-apt-repository "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /"
sudo apt-get update
sudo apt-get -y install cuda-$CUDA_VERSION
sudo apt-get -y install cuda
sudo ldconfig
export CUDA_HOME=/usr/local/cuda
export PATH=/usr/local/cuda/bin:$PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment