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
wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_7.0-28_amd64.deb | |
sudo dpkg -i cuda-repo-ubuntu1404_7.0-28_amd64.deb | |
sudo apt-get update | |
# Note that we do upgrade and not dist-upgrade so that we don't install | |
# new kernels; this script will install the nvidia driver in the *currently | |
# running* kernel. | |
# sudo apt-get upgrade -y | |
sudo apt-get install -y git python-pip vim htop | |
sudo apt-get clean |