Skip to content

Commit

Permalink
Fix exporter paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Jan 13, 2019
1 parent 45d6e46 commit d0d8f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- travis_retry wget --progress=dot:mega https://developer.nvidia.com/compute/cuda/9.2/Prod2/local_installers/cuda_9.2.148_396.37_linux
- chmod +x cuda_*_linux
- sudo ./cuda_*_linux --silent --toolkit
- export CUDA_HOME=/usr/local/cuda-${CUDA:0:3}
- export CUDA_HOME=/usr/local/cuda-9.2
- export LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
- export PATH=${CUDA_HOME}/bin:${PATH}
install:
Expand Down
2 changes: 1 addition & 1 deletion travisci/install-cuda-trusty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ travis_retry wget --progress=dot:mega https://developer.nvidia.com/compute/cuda/
chmod +x cuda_*_linux
sudo ./cuda_*_linux --silent --toolkit

export CUDA_HOME=/usr/local/cuda-${CUDA:0:3}
export CUDA_HOME=/usr/local/cuda-9.2
export LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
export PATH=${CUDA_HOME}/bin:${PATH}

0 comments on commit d0d8f09

Please sign in to comment.