Skip to content

Commit

Permalink
Force reinstall of pyvdrm in devcontainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Oct 13, 2023
1 parent 182c050 commit 058a358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM cfelab/micall:v7.15.13

# Uninstall some Python packages that don't upgrade correctly.
RUN python -m pip install --upgrade pip && \
python -m pip uninstall -y python-Levenshtein Levenshtein genetracks
python -m pip uninstall -y python-Levenshtein Levenshtein genetracks pyvdrm

ENTRYPOINT bash

0 comments on commit 058a358

Please sign in to comment.