clean up this repo

This commit is contained in:
bt3gl 2022-03-23 17:47:19 +04:00
parent ff467fa060
commit b135e03e2b
3 changed files with 1 additions and 0 deletions

View file

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