提交 610c39d3 编写于 作者: T Thuan Nguyen

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

After discussion with Helin and Yi, this change adds "print_operators_doc" executable to the Paddle docker nightly image.  This docker image will be pulled by PaddlePaddle.org nightly job and will generate the operator documentation to be put on PaddlePaddle.org website.
上级 c0d2ca54
......@@ -162,6 +162,7 @@ ${DOCKERFILE_CUDNN_DSO}
${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.
先完成此消息的编辑!
想要评论请 注册