mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
🐛 Consistently use pip install --use-feature=2020-resolver
This commit is contained in:
parent
8fc5449fbf
commit
311e3eab88
6 changed files with 14 additions and 9 deletions
|
@ -1,8 +1,10 @@
|
|||
FROM my_ocrd_workflow-core
|
||||
|
||||
ARG PIP_INSTALL="pip3 install --no-cache-dir --use-feature=2020-resolver"
|
||||
|
||||
|
||||
# Build pip installable stuff
|
||||
RUN pip3 install --no-cache-dir \
|
||||
RUN ${PIP_INSTALL} \
|
||||
# Resolve conflicts early:
|
||||
'tensorflow-gpu == 1.15.*' \
|
||||
'calamari-ocr == 0.3.5' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue