Skip to content

Instantly share code, notes, and snippets.

@waylonflinn
Last active August 29, 2015 14:06
Show Gist options
  • Save waylonflinn/41502dadf1a0711f39ee to your computer and use it in GitHub Desktop.
Save waylonflinn/41502dadf1a0711f39ee to your computer and use it in GitHub Desktop.
Install Deep Learning libraries for Python (caffe)
# First run the python data science script: https://gist.github.com/waylonflinn/506f563573600d944923
# cuda
# wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_6.5-14_amd64.deb
# dpkg -i cuda-repo-ubuntu1404_6.5-14_amd64.deb
# sudo apt-get update
# sudo apt-get install -y cuda
# pushd installs
# wget https://github.com/BVLC/caffe/archive/v0.9999.tar.gz
# tar -xvf v0.9999.tar.gz
# pushd caffe-0.9999/
#
# popd
# popd
# pushd installs
# wget http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_6.5.14_linux_64.run
# chmod a+x cuda_6.5.14_linux_64.run
# ./cuda_6.5.14_linux_64.run
# https://github.com/BVLC/caffe/archive/v0.9999.tar.gz
pip install Pillow
pip install scikit-image
@waylonflinn
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment