🧹 Don't use pip option --use-feature=2020-resolver anymore

This commit is contained in:
Gerber, Mike 2020-12-03 18:45:52 +01:00
parent c5088b10e4
commit f05c26232f
10 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@ FROM my_ocrd_workflow-core
# XXX https://github.com/OCR-D/core/issues/642
#ARG PIP_INSTALL="pip install --no-cache-dir --use-feature=2020-resolver"
#ARG PIP_INSTALL="pip install --no-cache-dir"
ARG PIP_INSTALL="pip install --no-cache-dir"
ARG OCRD_CALAMARI_VERSION="1.0.0"