Merge pull request #5369 from cs2be/ADD_PRINT_OPERATORS_DOC

Add print_operators_doc to Paddle Docker Image
mobile_baidu
helinwang 7 years ago committed by GitHub
commit e745bcfc5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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