Skip to content

Instantly share code, notes, and snippets.

@LeoCBS
Created July 8, 2015 18:45
Show Gist options
  • Save LeoCBS/cde72f34b14ed9b6e1a7 to your computer and use it in GitHub Desktop.
Save LeoCBS/cde72f34b14ed9b6e1a7 to your computer and use it in GitHub Desktop.
change_caffe_kaixhin_cuda-caffe
#change in image: kaixhin/cuda-caffe
pip install --upgrade pip
pip install numpy --user
sudo apt-get install python-scipy
make pycaffe
apt-get install vim
wget http://dl.caffe.berkeleyvision.org/bvlc_reference_caffenet.caffemodel
# run image
docker run --name caffe -ti kaixhin/cuda-caffe bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment