Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #387 from helinwang/doc
Browse files Browse the repository at this point in the history
refine documentation
  • Loading branch information
helinwang authored Sep 13, 2017
2 parents c4ef247 + deb83a7 commit d598fe2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions mnist-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,14 @@ PaddlePaddle. Please see [here](TODO) for more details.
### Start the Front End

1. Run the following command
```bash
docker run -it -p 5000:5000 paddlepaddle/book:mnist
```
```bash
docker run -it -p 5000:5000 -e BACKEND_URL=http://localhost:8000/ paddlepaddle/book:mnist
```

`BACKEND_URL` in the above command specifies the inference server
endpoint. If you started the inference server on another machine,
or want to visit the front end remotely, you may want to change its
value.

1. Visit http://localhost:5000 and you will see the PaddlePaddle MNIST demo.

Expand Down

0 comments on commit d598fe2

Please sign in to comment.