提交 d598fe25 编写于 作者: H helinwang 提交者: GitHub

Merge pull request #387 from helinwang/doc

refine documentation
...@@ -43,9 +43,14 @@ PaddlePaddle. Please see [here](TODO) for more details. ...@@ -43,9 +43,14 @@ PaddlePaddle. Please see [here](TODO) for more details.
### Start the Front End ### Start the Front End
1. Run the following command 1. Run the following command
```bash ```bash
docker run -it -p 5000:5000 paddlepaddle/book:mnist 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. 1. Visit http://localhost:5000 and you will see the PaddlePaddle MNIST demo.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册