tensorflow-for-deep-learnin.../Code/Docker_Images
2016-07-23 23:12:50 -07:00
..
Dockerfile Add some notebooks 2016-07-23 20:44:41 -07:00
README.md Add info for docker image 2016-07-23 23:12:50 -07:00

Build with:

$ docker build -t caffe:cpu .

You can test with:

$ docker run -ti caffe:cpu bash -c "cd /opt/caffe/build; make runtest"

Or play with:

$ docker run -ti  --volume=$(pwd):/workspace caffe:cpu