Last active
December 14, 2018 01:39
-
-
Save JWhitleyWork/8bd6e8c71a0b5e24baee41b00f03aa47 to your computer and use it in GitHub Desktop.
Install CUDA on Ubuntu 16.04 without Prompts
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
sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub | |
wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_10.0.130-1_amd64.deb | |
sudo dpkg -i cuda-repo-*.deb | |
sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y cuda |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment