Update README.md

include readme note for configuring docker image to process video
This commit is contained in:
John
2020-10-24 15:51:44 +02:00
committed by GitHub
parent adb23e742e
commit 76e00a80e5
+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