Skip to content

Commit

Permalink
Merge pull request jantic#276 from jahaynes/readme-configure-docker-f…
Browse files Browse the repository at this point in the history
…or-video

Update README.md
  • Loading branch information
jantic authored Oct 28, 2020
2 parents adb23e7 + 76e00a8 commit 94bad89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94bad89

Please sign in to comment.