From 082404cda35e23d07a06c2671cbba36ce644344e Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 14 Sep 2022 18:27:36 +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 a3ecef0..ec6d455 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="451b71f" +ARG SBB_TEXTLINE_DETECTOR_COMMIT="b0ef767" # Build pip installable stuff