Skip to content

Commit

Permalink
Merge pull request BVLC#4793 from cypof/cudnn_path
Browse files Browse the repository at this point in the history
NV changed path to cuDNN
  • Loading branch information
shelhamer authored Oct 4, 2016
2 parents a7f950b + 08ca703 commit a2179bd
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 @@ -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
Expand Down

0 comments on commit a2179bd

Please sign in to comment.