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