Skip to content

Instantly share code, notes, and snippets.

@yangyaofei
Created November 8, 2018 03: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 yangyaofei/2317ef939812608ea9fcc418867ecfc9 to your computer and use it in GitHub Desktop.
Save yangyaofei/2317ef939812608ea9fcc418867ecfc9 to your computer and use it in GitHub Desktop.
Install CUDA and Driver
  1. apt-get install nvidia-driver-390
  2. cuda.run --overide
  3. sudo vim /etc/ld.so.conf /usr/local/cuda-9.0/lib64 sudo ldconfig
  4. vim 中文乱码 .vimrc set enc=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment