Skip to content

Instantly share code, notes, and snippets.

@mamrehn
Created October 19, 2018 12:35
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 mamrehn/17ae94bed1ea5b760b2e0b6862064860 to your computer and use it in GitHub Desktop.
Save mamrehn/17ae94bed1ea5b760b2e0b6862064860 to your computer and use it in GitHub Desktop.
Install latest CUDA driver and toolkit
# Source: https://askubuntu.com/questions/1077061/how-do-i-install-nvidia-and-cuda-drivers-into-ubuntu
sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
sudo bash -c 'echo "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 /" >> /etc/apt/sources.list.d/cuda.list'
sudo apt update
# sudo apt install nvidia-driver-410
# sudo apt install cuda-10-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment