From c6845b26f5a2035d30b7aec7b9cd712dc57d8b2e Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 20 Sep 2022 19:13:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20(and=20fix)=20sbb?= =?UTF-8?q?=5Ftextline=5Fdetector?= 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 ec6d455..d206131 100644 --- a/Dockerfile-sbb_textline_detector +++ b/Dockerfile-sbb_textline_detector @@ -2,7 +2,7 @@ ARG DRONE_COMMIT="latest" FROM quratorspk/ocrd-galley-core-cuda10.0:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" -ARG SBB_TEXTLINE_DETECTOR_COMMIT="b0ef767" +ARG SBB_TEXTLINE_DETECTOR_COMMIT="c4df3d6" # Build pip installable stuff