Skip to content

Instantly share code, notes, and snippets.

@josephmisiti
Last active September 25, 2015 16:48
Show Gist options
  • Save josephmisiti/95b0f3235c4f32a112a9 to your computer and use it in GitHub Desktop.
Save josephmisiti/95b0f3235c4f32a112a9 to your computer and use it in GitHub Desktop.
  1. Launch an AMI with pre-installed libraries (ami-55deaf30)
  2. git clone https://github.com/andersbll/cudarray
  3. export CUDNN_ENABLED=1
  4. export INSTALL_PREFIX=/usr/local/
  5. export CUDA_PREFIX=/usr/local/cuda-7.5/
  6. cd cudarray; make; sudo make install; sudo python setup.py install
  7. git clone https://github.com/andersbll/deeppy; sudo python setup.py install
  8. export LD_LIBRARY_PATH='/home/ubuntu/cudarray/build/;/usr/local/cuda-7.5/targets/x86_64-linux/lib/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment