Created
November 7, 2017 23:08
-
-
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
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 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