diff --git a/paddle/scripts/docker/build.sh b/paddle/scripts/docker/build.sh index a382d4368c1fffd9e40c1c473cbeb9ea116cc60d..6c2f5fed405ecc80d5388084c7774d0ffb45f9af 100644 --- a/paddle/scripts/docker/build.sh +++ b/paddle/scripts/docker/build.sh @@ -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"