Skip to content

Instantly share code, notes, and snippets.

@amchercashin
Last active May 9, 2016 13:16
Show Gist options
  • Save amchercashin/7cb95c7370c03b0b24d65a032961dd09 to your computer and use it in GitHub Desktop.
Save amchercashin/7cb95c7370c03b0b24d65a032961dd09 to your computer and use it in GitHub Desktop.
Run every time so TensorFlow could find CUDA lib and home directory
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64"
export CUDA_HOME=/usr/local/cuda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment