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

19 lines
264 B
Markdown

## 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
```