tensorflow-for-deep-learnin.../dockerfiles/README.md
2022-03-23 13:44:29 +00:00

264 B

Caffee DL example

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