Skip to content

Commit

Permalink
Revert ensurepip to get-pip (#4900)
Browse files Browse the repository at this point in the history
  • Loading branch information
stxue1 authored Apr 30, 2024
1 parent d681fe6 commit b37f56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def heredoc(s):
RUN chmod 777 /usr/bin/waitForKey.sh && chmod 777 /usr/bin/customDockerInit.sh && chmod 777 /usr/bin/singularity
# The stock pip is too old and can't install from sdist with extras
RUN {python} -m ensurepip --upgrade
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | {python}
# Include virtualenv, as it is still the recommended way to deploy pipelines
RUN {pip} install --upgrade virtualenv==20.25.1
Expand Down

0 comments on commit b37f56e

Please sign in to comment.