From 7f0f584a1dd5ba7b025b0e864c2c3971cf8f00f5 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 22 Oct 2020 21:15:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20sbb=5Ftextline=5F?= =?UTF-8?q?detector?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-sbb_textline_detector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-sbb_textline_detector b/Dockerfile-sbb_textline_detector index 0d7dbbe..d207570 100644 --- a/Dockerfile-sbb_textline_detector +++ b/Dockerfile-sbb_textline_detector @@ -1,7 +1,7 @@ FROM my_ocrd_workflow-core ARG PIP_INSTALL="pip3 install --no-cache-dir --use-feature=2020-resolver" -ARG SBB_TEXTLINE_DETECTOR_COMMIT="0f09f4a" +ARG SBB_TEXTLINE_DETECTOR_COMMIT="247d5f9" # Build pip installable stuff