Skip to content

Commit 610c39d

Browse files
committed
Please refer to #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.
1 parent c0d2ca5 commit 610c39d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/scripts/docker/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ ${DOCKERFILE_CUDNN_DSO}
162162
${DOCKERFILE_GPU_ENV}
163163
ADD go/cmd/pserver/pserver /usr/bin/
164164
ADD go/cmd/master/master /usr/bin/
165+
ADD paddle/pybind/print_operators_doc /usr/bin/
165166
# default command shows the paddle version and exit
166167
CMD ["paddle", "version"]
167168
EOF

0 commit comments

Comments
 (0)