Skip to content

Commit

Permalink
[DROP] Revert change to show impact
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Dec 22, 2023
1 parent 4edf282 commit 8be92fc
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 @@ -341,10 +341,9 @@ RUN pip3 install phylo-treetime
# Augur is an editable install so we can overlay the augur version in the image
# with --volume=.../augur:/nextstrain/augur and still have it globally
# accessible and importable.
# Pin Biopython 1.81: https://github.com/nextstrain/augur/issues/1373
WORKDIR /nextstrain/augur
RUN /builder-scripts/download-repo https://github.com/nextstrain/augur "$(/builder-scripts/latest-augur-release-tag)" . \
&& pip3 install --editable . biopython==1.81
&& pip3 install --editable .

# Add evofr for forecasting
RUN pip3 install evofr
Expand Down

0 comments on commit 8be92fc

Please sign in to comment.