Skip to content

Instantly share code, notes, and snippets.

@leonmak
Created November 7, 2017 23:08
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 leonmak/54c8a9a9711b4e1c86327a092c44a419 to your computer and use it in GitHub Desktop.
Save leonmak/54c8a9a9711b4e1c86327a092c44a419 to your computer and use it in GitHub Desktop.
Post installation of cuda on K80 GPU google cloud ubuntu 16.04 instance
export PATH=/usr/local/cuda-9.0/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-9.0/lib64 ${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
sudo ldconfig /usr/local/cuda/lib64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment