Skip to content

Commit

Permalink
Update ML repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeyeager committed Oct 3, 2016
1 parent cd968cc commit 9c9e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c9e859

Please sign in to comment.