mirror of
https://github.com/jantic/DeOldify.git
synced 2026-08-28 17:45:27 +08:00
Update README.md
include readme note for configuring docker image to process video
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user