We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f950b commit 08ca703Copy full SHA for 08ca703
1 file changed
scripts/travis/install-deps.sh
@@ -84,7 +84,7 @@ if $WITH_CUDA ; then
84
rm $CUDA_REPO_PKG
85
86
if $WITH_CUDNN ; then
87
- 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
88
wget http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64/$ML_REPO_PKG
89
dpkg -i $ML_REPO_PKG
90
fi
0 commit comments