mirror of
https://github.com/jantic/DeOldify.git
synced 2026-08-29 02:10:55 +08:00
Merge pull request #276 from jahaynes/readme-configure-docker-for-video
Update README.md
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