Created
October 19, 2018 12:35
-
-
Save mamrehn/17ae94bed1ea5b760b2e0b6862064860 to your computer and use it in GitHub Desktop.
Install latest CUDA driver and toolkit
This file contains 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
# 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