Skip to content

Instantly share code, notes, and snippets.

@jxieeducation
jxieeducation / ec2_gpu_theano.md
Created October 21, 2015 04:24 — forked from stevetjoa/ec2_gpu_theano.md
Setup: Amazon AWS EC2 with NVIDIA CUDA GPU and Theano

Setup: Amazon AWS EC2 with NVIDIA CUDA GPU and Theano

2015 Sep 22: nvidia-352 seems to have disappeared from the repos.

  1. Spot request Ubuntu Server 14.04; add storage; login with ssh
  2. sudo apt-get update
  3. sudo apt-get upgrade
  4. sudo apt-get dist-upgrade
  5. sudo apt-get install git gcc g++ gfortran build-essential python-dev python-pip python-matplotlib python-scipy libhdf5-dev linux-image-extra-virtual
  6. sudo pip install --upgrade pip