Skip to content

Commit b821a7e

Browse files
committed
specified pip version in production image
1 parent 64bf3df commit b821a7e

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)