Created
March 15, 2019 07:16
-
-
Save hzhan147/cc782c9ca91b357223dbadcce88eedd4 to your computer and use it in GitHub Desktop.
Install CUDNN for CUDA 10.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Download deb file from : | |
# https://developer.nvidia.com/compute/machine-learning/cudnn/secure/v7.5.0.56/prod/10.1_20190225/Ubuntu14_04-x64/libcudnn7_7.5.0.56-1%2Bcuda10.1_amd64.deb | |
# https://developer.nvidia.com/compute/machine-learning/cudnn/secure/v7.5.0.56/prod/10.1_20190225/Ubuntu14_04-x64/libcudnn7-dev_7.5.0.56-1%2Bcuda10.1_amd64.deb | |
sudo dpkg -i libcudnn7_7.5.0.56-1+cuda10.1_amd64.deb | |
sudo dpkg -i libcudnn7-dev_7.5.0.56-1+cuda10.1_amd64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment