Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 2265128

Browse files
committedJun 4, 2018
CI: Install only cuda-nvcc instead of cuda-core
1 parent c29a7dc commit 2265128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/install-cuda-ubuntu1604.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sudo dpkg -i cuda-repo-ubuntu1604_${CUDA_VER}_amd64.deb
1717
sudo apt-get update -qq
1818
export CUDA_APT=${CUDA_VER:0:3}
1919
export CUDA_APT=${CUDA_APT/./-}
20-
sudo apt-get install -qy cuda-core-${CUDA_APT} cuda-cudart-dev-${CUDA_APT}
20+
sudo apt-get install -qy cuda-nvcc-${CUDA_APT} cuda-cudart-dev-${CUDA_APT}
2121
sudo apt-get clean
2222
export CUDA_HOME=/usr/local/cuda-${CUDA_VER:0:3}
2323
export PATH=${CUDA_HOME}/bin:${PATH}

0 commit comments

Comments
 (0)
This repository has been archived.