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
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Action": [ | |
| "ec2:StartInstances", | |
| "ec2:StopInstances", | |
| "ec2:RebootInstances" | |
| ], | |
| "Condition": { |
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
| Installation | |
| #wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.61-1_amd64.deb | |
| #sudo dpkg -i cuda-repo-ubuntu1604_8.0.61-1_amd64.deb | |
| #sudo apt-get update | |
| #sudo apt-get install cuda-8.0 -y | |
| Reboot the server and add below lines in .bashrc file. | |
| export CUDA_ROOT=/usr/local/cuda |
NewerOlder