Skip to content

Instantly share code, notes, and snippets.

@Digo
Last active February 18, 2020 04:09
Show Gist options
  • Save Digo/0b195b27ff26cb1c8749f0e8be5ad71f to your computer and use it in GitHub Desktop.
Save Digo/0b195b27ff26cb1c8749f0e8be5ad71f to your computer and use it in GitHub Desktop.
curl -O http://us.download.nvidia.com/tesla/440.33.01/nvidia-driver-local-repo-ubuntu1804-440.33.01_1.0-1_amd64.deb
sudo dpkg -i nvidia-driver-local-repo-ubuntu1804-440.33.01_1.0-1_amd64.deb
sudo apt-key add /var/nvidia-driver-local-repo-440.33.01/7fa2af80.pub
sudo apt-get update
sudo apt-get install -y cuda-drivers
@Digo
Copy link
Author

Digo commented Feb 18, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment