mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
🐛 Update to ocrd >= 2.21.0 for a fix for OCR-D/core#642
This commit is contained in:
parent
42e8bf67e2
commit
cdd8116924
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
|
|
||||||
ARG PIP_INSTALL="pip install --no-cache-dir --use-feature=2020-resolver"
|
ARG PIP_INSTALL="pip install --no-cache-dir --use-feature=2020-resolver"
|
||||||
ARG OCRD_VERSION_MINIMUM="2.18.1"
|
ARG OCRD_VERSION_MINIMUM="2.21.0"
|
||||||
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
||||||
ENV PIP_DEFAULT_TIMEOUT=120
|
ENV PIP_DEFAULT_TIMEOUT=120
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,7 @@ COPY data/mirror/github.com/Calamari-OCR/calamari_models/gt4histocr
|
||||||
|
|
||||||
|
|
||||||
# Check pip dependencies
|
# Check pip dependencies
|
||||||
# XXX https://github.com/OCR-D/core/issues/642
|
RUN pip check
|
||||||
#RUN pip check
|
|
||||||
|
|
||||||
|
|
||||||
# Default command
|
# Default command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue