提交 96be64c1 编写于 作者: S Superjom

add description about port of server

上级 22eebbf2
......@@ -98,6 +98,8 @@ first, and run:
nvidia-docker run --name paddle_serve -v `pwd`:/data -d -p 8000:80 -e WITH_GPU=1 paddlepaddle/book:serve
```
this command will start a server on port `8000`.
After you are done with the demo, you can run `docker stop
paddle_serve` to stop this docker container.
......@@ -113,7 +115,7 @@ is decided by the data type. For most cases the corresponding value
will be a list of floats. For completeness, we will list all data types
below:
There are tweleve data types supported by PaddePaddle:
There are twelve data types supported by PaddePaddle:
| | plain | a sequence | a sequence of sequence |
| --- | --- | --- | ---|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册