Created
April 21, 2018 00:56
-
-
Save rodrigobaron/463dda7dba47f29e453ae04da8a84bfe to your computer and use it in GitHub Desktop.
CUDA install ubuntu*
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
#!/bin/sh | |
sudo dpkg -i cuda-repo-ubuntu1604_9.0.176-1_amd64.deb | |
sudo apt-key adv --fetch-keys \ | |
http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub | |
sudo apt-get update | |
sudo apt-get install cuda-9-0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment