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

Travis: set CUDA_HOME

parent 24cf45ab
Branches
No related merge requests found
...@@ -49,6 +49,8 @@ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda ...@@ -49,6 +49,8 @@ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda
sudo add-apt-repository "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /" sudo add-apt-repository "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /"
sudo apt-get update sudo apt-get update
sudo apt-get -y install cuda-$CUDA_VERSION sudo apt-get -y install cuda-$CUDA_VERSION
sudo ldconfig
export CUDA_HOME=/usr/local/cuda
export PATH=/usr/local/cuda/bin:$PATH export PATH=/usr/local/cuda/bin:$PATH
fi fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment