Skip to content

Instantly share code, notes, and snippets.

@ryujaehun
Last active August 14, 2018 06:10
Show Gist options
  • Save ryujaehun/0a6d19dd43bfe31d76154e31b95789e3 to your computer and use it in GitHub Desktop.
Save ryujaehun/0a6d19dd43bfe31d76154e31b95789e3 to your computer and use it in GitHub Desktop.
cudnn 7.1.4 install
#!/bin/bash
tar xzvf cudnn-9.2-linux-x64-v7.*.tgz
sudo cp cuda/lib64/* /usr/local/cuda-9.2/lib64/
sudo cp cuda/include/* /usr/local/cuda-9.2/include/
sudo chmod a+r /usr/local/cuda-9.2/lib64/libcudnn*
sudo chmod a+r /usr/local/cuda-9.2/include/cudnn.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment