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
###From an Ubuntu 16.04 Instance with 20GB of HD space | |
###Update Ubuntu | |
sudo apt-get update | |
###Download Nvidia Software | |
wget https://developer.nvidia.com/compute/cuda/9.1/Prod/local_installers/cuda_9.1.85_387.26_linux | |
mv cuda_9.1.85_387.26_linux cuda_9.1.85_387.26_linux.run | |
chmod +x cuda_9.1.85_387.26_linux.run |