From 7d619aa83c247e78d6f536e64bc1b02e49335837 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Tue, 26 Jan 2021 15:48:27 +0100 Subject: [PATCH] Update Dockerfile-sbb_textline_detector cf. https://github.com/qurator-spk/ocrd-galley/issues/37 --- 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 006799f..1c81809 100644 --- a/Dockerfile-sbb_textline_detector +++ b/Dockerfile-sbb_textline_detector @@ -1,7 +1,7 @@ FROM my_ocrd_workflow-core-cuda10.0 ARG PIP_INSTALL="pip install --no-cache-dir" -ARG SBB_TEXTLINE_DETECTOR_COMMIT="247d5f9" +ARG SBB_TEXTLINE_DETECTOR_COMMIT="451b71f" # Build pip installable stuff