2015 Sep 22: nvidia-352 seems to have disappeared from the repos.
-
Spot request Ubuntu Server 14.04; add storage; login with ssh
-
sudo apt-get update -
sudo apt-get upgrade -
sudo apt-get dist-upgrade -
sudo apt-get install git gcc g++ gfortran build-essential python-dev python-pip python-matplotlib python-scipy libhdf5-dev linux-image-extra-virtual -
sudo pip install --upgrade pip -
sudo reboot -
sudo pip install theano ipython jupyter -
install from the
debfile as described here -
load env variables in
.bashrc:export PATH=/usr/local/cuda/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
-
create
~/.theanorc[global] device=gpu floatX=float32 optimizer_including=cudnn -
Download cudnn.
-
scp cudnn-7.0-linux-x64-v3.0-prod.tgz violinio-nn:/home/ubuntu/ -
tar -xzvf cudnn-7.0-linux-x64-v3.0-prod.tgz -
Copy
cudnnfiles into/usr/local/cuda/includeandlib64. -
sudo reboot
jupyter notebook --generate-config- change ip address;
open_browser = False