From 76e00a80e5579f2dd6679691177fb2972546d17d Mon Sep 17 00:00:00 2001 From: John Date: Sat, 24 Oct 2020 15:51:44 +0200 Subject: [PATCH] Update README.md include readme note for configuring docker image to process video --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19da067..4b6fb12 100644 --- a/README.md +++ b/README.md @@ -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