Skip to content

Instantly share code, notes, and snippets.

@ericfourrier
Created September 15, 2016 09:50
Show Gist options
  • Save ericfourrier/123d889393bade42d1a3435122bf38cb to your computer and use it in GitHub Desktop.
Save ericfourrier/123d889393bade42d1a3435122bf38cb to your computer and use it in GitHub Desktop.
# Download cudnn from https://developer.nvidia.com/cudnn
# untar archive
tar -zxf cudnn-7.5-linux-x64-v5.1.tgz # cuda 7.5 cudnn 5.1
sudo cp -P include/cudnn.h /usr/include
sudo cp -P lib64/libcudnn* /usr/lib/x86_64-linux-gnu/
sudo chmod a+r /usr/lib/x86_64-linux-gnu/libcudnn*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment