Skip to content

Commit

Permalink
Merge pull request #703 from Kaggle/pip-latest
Browse files Browse the repository at this point in the history
Install latest version of pip.
  • Loading branch information
rosbo authored Feb 6, 2020
2 parents 5df31c1 + d3e37f9 commit 4c171d5
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 4c171d5

Please sign in to comment.