mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-12 19:52:22 -04:00
clean up this repo
This commit is contained in:
parent
ff467fa060
commit
b135e03e2b
3 changed files with 1 additions and 0 deletions
|
@ -1,19 +0,0 @@
|
|||
## 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue