Merge pull request #276 from jahaynes/readme-configure-docker-for-video

Update README.md
This commit is contained in:
Jason Antic
2020-10-28 14:59:46 -07:00
committed by GitHub
+1
View File
@@ -297,6 +297,7 @@ Building Docker
```console
cd DeOldify && docker build -t deoldify_api -f Dockerfile-api .
```
> **Note:** The above command produces a docker image configured for image processing. To build a docker image for video processing, edit the Dockerfile-api file, replacing `CMD ["app.py"]` with `CMD ["app-video.py"]`
Running Docker
```console