Created
July 8, 2015 18:45
-
-
Save LeoCBS/cde72f34b14ed9b6e1a7 to your computer and use it in GitHub Desktop.
change_caffe_kaixhin_cuda-caffe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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