Add info for docker image

This commit is contained in:
Marina von Steinkirch 2016-07-23 23:12:50 -07:00
parent 25f90edce1
commit 5f80477ff9

View file

@ -0,0 +1,17 @@
### 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
```