add install infomation in build.sh

revert-3824-remove_grad_op_type
Luo Tao 8 years ago
parent d1cda33316
commit 72be3b920a

@ -174,3 +174,7 @@ ADD go/cmd/master/master /usr/bin/
# default command shows the paddle version and exit
CMD ["paddle", "version"]
EOF
set +xe
printf "If you need to install PaddlePaddle in develop docker image,"
printf "please make install or pip install build/python/dist/*.whl.\n"

Loading…
Cancel
Save