We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91f0e3f + b821a7e commit d085f50Copy full SHA for d085f50
paddle/scripts/docker/build.sh
@@ -198,7 +198,7 @@ EOF
198
# run paddle version to install python packages first
199
RUN apt-get update &&\
200
${NCCL_DEPS}\
201
- apt-get install -y wget python-pip dmidecode python-tk && pip install -U pip && \
+ apt-get install -y wget python-pip dmidecode python-tk && pip install -U pip==9.0.3 && \
202
pip install /*.whl; apt-get install -f -y && \
203
apt-get clean -y && \
204
rm -f /*.whl && \
0 commit comments