Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 494 Bytes

README.md

File metadata and controls

executable file
·
10 lines (7 loc) · 494 Bytes

Build Status

Docker image based on tleyden5iwx/caffe-cpu-master and caffe.

Use the commands below to run rodeo at localhost:5000 and map ~/caffe to /home/caffe in the container.

docker pull jrowen/dcaffe

docker run -d -p 5000:5000 -v ~/caffe:/home/caffe -w /home/caffe jrowen/dcaffe