Skip to content

Instantly share code, notes, and snippets.

@hzhan147
Created March 15, 2019 07:16
Show Gist options
  • Save hzhan147/cc782c9ca91b357223dbadcce88eedd4 to your computer and use it in GitHub Desktop.
Save hzhan147/cc782c9ca91b357223dbadcce88eedd4 to your computer and use it in GitHub Desktop.
Install CUDNN for CUDA 10.1
#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