From cdd81169241f82e4ea39943a7c1987fb996cd8f9 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 3 Dec 2020 18:01:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Update=20to=20ocrd=20>=3D=202.21?= =?UTF-8?q?.0=20for=20a=20fix=20for=20OCR-D/core#642?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-core | 2 +- Dockerfile-ocrd_calamari | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile-core b/Dockerfile-core index 56c2c13..f548c83 100644 --- a/Dockerfile-core +++ b/Dockerfile-core @@ -1,7 +1,7 @@ FROM ubuntu:18.04 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 PIP_DEFAULT_TIMEOUT=120 diff --git a/Dockerfile-ocrd_calamari b/Dockerfile-ocrd_calamari index 64d2e62..083d97d 100644 --- a/Dockerfile-ocrd_calamari +++ b/Dockerfile-ocrd_calamari @@ -20,8 +20,7 @@ COPY data/mirror/github.com/Calamari-OCR/calamari_models/gt4histocr # Check pip dependencies -# XXX https://github.com/OCR-D/core/issues/642 -#RUN pip check +RUN pip check # Default command