Skip to content

Commit 08ca703

Browse files
committed
NV changed path to cudnn
1 parent a7f950b commit 08ca703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/travis/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if $WITH_CUDA ; then
8484
rm $CUDA_REPO_PKG
8585

8686
if $WITH_CUDNN ; then
87-
ML_REPO_PKG=nvidia-machine-learning-repo_4.0-2_amd64.deb
87+
ML_REPO_PKG=nvidia-machine-learning-repo-ubuntu1404_4.0-2_amd64.deb
8888
wget http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64/$ML_REPO_PKG
8989
dpkg -i $ML_REPO_PKG
9090
fi

0 commit comments

Comments
 (0)