Skip to content

Commit

Permalink
pip3 install --upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Dec 1, 2022
1 parent 9ef667a commit b21001d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ RUN /builder-scripts/download-repo https://github.com/nextstrain/augur "$(/build
&& pip3 install --editable .

# Add evofr for forecasting
RUN pip3 install --no-cache-dir evofr
RUN pip3 install --upgrade pip && pip3 install evofr

# ———————————————————————————————————————————————————————————————————— #

Expand Down

0 comments on commit b21001d

Please sign in to comment.