Skip to content

Instantly share code, notes, and snippets.

@amchercashin
Last active July 31, 2018 11:34
Show Gist options
  • Save amchercashin/4d8c65afa3bb3b74b7addfa31cde7dce to your computer and use it in GitHub Desktop.
Save amchercashin/4d8c65afa3bb3b74b7addfa31cde7dce to your computer and use it in GitHub Desktop.
Permanently add CUDA lib to enviroment. Create CUDnn.conf at /etc/ld.so.conf.d/CUDnn.conf then run seconf scrypt
/usr/local/cuda/lib64
echo "/usr/local/cuda/lib64" | sudo tee /etc/ld.so.conf.d/CUDnn.conf
sudo ldconfig -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment