Skip to content

Commit d085f50

Browse files
authored
Merge pull request #9971 from Yancey1989/fix_pip_version_product_image
Specified pip version in the dockerfile of production image
2 parents 91f0e3f + b821a7e commit d085f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ EOF
198198
# run paddle version to install python packages first
199199
RUN apt-get update &&\
200200
${NCCL_DEPS}\
201-
apt-get install -y wget python-pip dmidecode python-tk && pip install -U pip && \
201+
apt-get install -y wget python-pip dmidecode python-tk && pip install -U pip==9.0.3 && \
202202
pip install /*.whl; apt-get install -f -y && \
203203
apt-get clean -y && \
204204
rm -f /*.whl && \

0 commit comments

Comments
 (0)