提交 b1340361 编写于 作者: T Thuan Nguyen

Please refer to https://github.com/PaddlePaddle/Paddle/issues/5363

This changed was accidently reverted in a previous pull request.  This pull request adds back in the print_operators_doc to the docker image.

Discussed with Helin and Yi. Currently we have a binary "print_operators_doc" that is built that generates a JSON document. This JSON represents the API documentation of paddle, and will be used by PaddlePaddle.org to generate API documentation.

This issue is to request "print_operators_doc" to be added to the production paddlepaddle/paddle:latest image.
上级 c9b57dcc
......@@ -168,6 +168,7 @@ EOF
${DOCKERFILE_GPU_ENV}
ADD go/cmd/pserver/pserver /usr/bin/
ADD go/cmd/master/master /usr/bin/
ADD paddle/pybind/print_operators_doc /usr/bin/
# default command shows the paddle version and exit
CMD ["paddle", "version"]
EOF
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册