Skip to content

Commit

Permalink
Install latest version of pip.
Browse files Browse the repository at this point in the history
We added the pining because pip `20.0.1` introduced an issue with wheels tag matching

pip `20.0.2` has since been released and fixes the issue: 
pypa/pip#7626
  • Loading branch information
rosbo authored Feb 6, 2020
1 parent c4b0d54 commit d3e37f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
apt-get update && apt-get install -y build-essential unzip cmake && \
# Work to upgrade to Python 3.7 can be found on this branch: https://github.com/Kaggle/docker-python/blob/upgrade-py37/Dockerfile
conda install -y python=3.6.6 && \
# See b/148097039#comment7
pip install pip==19.3.1 && \
pip install --upgrade pip && \
/tmp/clean-layer.sh

# The anaconda base image includes outdated versions of these packages. Update them to include the latest version.
Expand Down

0 comments on commit d3e37f9

Please sign in to comment.