mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-12 19:52:22 -04:00
Organize folders, add notebook readme
This commit is contained in:
parent
9b583d313c
commit
da1b22cf4a
21 changed files with 18 additions and 6 deletions
|
@ -1,17 +0,0 @@
|
|||
### 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