Organize folders, add notebook readme

This commit is contained in:
Marina von Steinkirch 2016-08-14 10:10:38 -07:00
parent 9b583d313c
commit da1b22cf4a
21 changed files with 18 additions and 6 deletions

17
Docker_Images/README.md Normal file
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
```