Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use latest pip version in dev and production Docker image #10760

Merged
merged 3 commits into from
May 18, 2018

Conversation

Yancey1989
Copy link
Contributor

@Yancey1989 Yancey1989 commented May 18, 2018

Fixed #10761

@@ -198,7 +198,7 @@ EOF
# run paddle version to install python packages first
RUN apt-get update &&\
${NCCL_DEPS}\
apt-get install -y wget python-pip dmidecode python-tk && pip install -U pip==9.0.3 && \
apt-get install -y wget python-pip dmidecode python-tk && easy_install -U pip && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also need to update paddle/scripts/paddle_build.sh, the CI currently use this script now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, done.

@Yancey1989 Yancey1989 merged commit 17f5037 into PaddlePaddle:develop May 18, 2018
@Yancey1989 Yancey1989 deleted the use_latest_pip branch May 18, 2018 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants