mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-12 11:42:14 -04:00
19 lines
264 B
Markdown
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
|
|
```
|