Skip to content

Instantly share code, notes, and snippets.

@mikeifomin
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeifomin/a7c9e2e6adede3cda171 to your computer and use it in GitHub Desktop.
Save mikeifomin/a7c9e2e6adede3cda171 to your computer and use it in GitHub Desktop.
cuDNN install
export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
export LIBRARY_PATH=$LIBRARY_PATH:$LD_LIBRARY_PATH
export PATH=$PATH:$LD_LIBRARY_PATH
for caffe build with cuDNN in ubuntu 14.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment