-
-
Save ankitshekhawat/d8e66c558d9ceddf6e48ef967b7f9db5 to your computer and use it in GitHub Desktop.
Export paths for CUDA and cuDNN.
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 CUDA_HOME=/usr/local/cuda | |
export PATH=/usr/local/cuda/bin:$PATH | |
export CPATH=/usr/local/cuda/include:$CPATH | |
export LIBRARY_PATH=/usr/local/cuda/lib64:$LIBRARY_PATH | |
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$LD_LIBRARY_PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment