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.
mobile_baidu
Thuan Nguyen 8 years ago
parent c0d2ca54b9
commit 610c39d304

@ -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

Loading…
Cancel
Save