NV changed path to cudnn
authorCyprien Noel <cyprien.noel@gmail.com>
Sat, 1 Oct 2016 01:18:47 +0000 (18:18 -0700)
committerCyprien Noel <cyprien.noel@gmail.com>
Sat, 1 Oct 2016 01:18:47 +0000 (18:18 -0700)
scripts/travis/install-deps.sh

index daef5c4..1900b16 100755 (executable)
@@ -84,7 +84,7 @@ if $WITH_CUDA ; then
   rm $CUDA_REPO_PKG
 
   if $WITH_CUDNN ; then
-    ML_REPO_PKG=nvidia-machine-learning-repo_4.0-2_amd64.deb
+    ML_REPO_PKG=nvidia-machine-learning-repo-ubuntu1404_4.0-2_amd64.deb
     wget http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64/$ML_REPO_PKG
     dpkg -i $ML_REPO_PKG
   fi