Skip to content

Commit

Permalink
[README][API][DOCKER] fix doc for detach run docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jqueguiner committed Jun 23, 2019
1 parent 96e289d commit 2685835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -250,7 +250,7 @@ cd DeOldify && docker build -t deoldify_api -f Dockerfile-api .

Running Docker
```console
echo "http://$(curl ifconfig.io):5000" && nvidia-docker run --ipc=host -p 5000:5000 -it deoldify_api
echo "http://$(curl ifconfig.io):5000" && nvidia-docker run --ipc=host -p 5000:5000 -d deoldify_api
```

Calling the API for image processing
Expand Down

0 comments on commit 2685835

Please sign in to comment.