Skip to content

Instantly share code, notes, and snippets.

@anujonthemove
Last active June 5, 2024 18:20
Show Gist options
  • Save anujonthemove/f21ca34f97f97ac573077f3b7f016be3 to your computer and use it in GitHub Desktop.
Save anujonthemove/f21ca34f97f97ac573077f3b7f016be3 to your computer and use it in GitHub Desktop.
Export paths for CUDA and cuDNN.
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