Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Commit 4a529c0

Browse files
authored
FIX Do not work in /tmp dir
Looks like there are issues in /tmp with nvcc so as a debug I'm going to not work there for the install
1 parent 1666b85 commit 4a529c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travisci/install-cuda-trusty.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ fi
4747

4848
# Install libcuda
4949
WORK_DIR=`pwd`
50-
cd /tmp
50+
mkdir libcuda
51+
cd libcuda
5152
travis_retry wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/libcuda1-396_396.44-0ubuntu1_amd64.deb
5253
ar -x libcuda*.deb
5354
sudo tar xvf data.tar.xz

0 commit comments

Comments
 (0)