tensorflow-for-deep-learnin.../caffe
2022-03-23 17:47:19 +04:00
..
Dockerfile clean up this repo 2022-03-23 17:47:19 +04:00
README.md clean up this repo 2022-03-23 17:47:19 +04:00

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