🐛 Consistently use pip install --use-feature=2020-resolver

This commit is contained in:
Gerber, Mike 2020-09-25 16:11:11 +02:00
parent 8fc5449fbf
commit 311e3eab88
6 changed files with 14 additions and 9 deletions

View file

@ -1,11 +1,11 @@
FROM my_ocrd_workflow-core
ARG PIP_INSTALL="pip3 install --no-cache-dir --use-feature=2020-resolver"
ENV SBB_TEXTLINE_DETECTOR_COMMIT 0f09f4a
# Build pip installable stuff
RUN pip3 install --no-cache-dir \
RUN ${PIP_INSTALL} \
# Now the real stuff:
https://github.com/qurator-spk/sbb_textline_detector/archive/$SBB_TEXTLINE_DETECTOR_COMMIT.tar.gz