Commit Graph

3 Commits

Author SHA1 Message Date
ccppoo
bdf8fd904e added ignore in models and changes argument names not to confuse 2019-08-10 13:07:32 +09:00
deeppomf
f403726edb
Delete .gitignore 2018-06-19 19:59:59 -04:00
Soft Armpit
c698c124a9 build: add dockerfile
We add a Python 3 Dockerfile. Example usage:

```bash
docker build -t dmb . && docker run dmb
docker cp $(docker ps -alq):/app/decensor_output/ ./
```

In addition we add `requirements.txt` and `.gitignore` files for
convenience.

Closes: https://github.com/deeppomf/DeepMindBreak/issues/6
Closes: https://github.com/deeppomf/DeepMindBreak/issues/7
2018-06-14 18:22:18 +01:00