Skip to content

jrowen/dcaffe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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