From 9c9e85970c368ab6ba38b885eb32a3c306ee08ad Mon Sep 17 00:00:00 2001 From: Luke Yeager Date: Mon, 3 Oct 2016 11:12:01 -0700 Subject: [PATCH] Update ML repo name --- scripts/travis/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/install-deps.sh b/scripts/travis/install-deps.sh index 967c7fc8888..b04dd38d626 100755 --- a/scripts/travis/install-deps.sh +++ b/scripts/travis/install-deps.sh @@ -79,7 +79,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