Last active
May 9, 2016 13:16
-
-
Save amchercashin/7cb95c7370c03b0b24d65a032961dd09 to your computer and use it in GitHub Desktop.
Run every time so TensorFlow could find CUDA lib and home directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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