From 2c7304caec6d10ae761134ee30c6c9da0918b237 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 16 Nov 2020 14:21:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Work=20around=20sbb=5Ftextline?= =?UTF-8?q?=5Fdetection#50=20by=20downgrading=20h5py=20to=20<3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-sbb_textline_detector | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile-sbb_textline_detector b/Dockerfile-sbb_textline_detector index d207570..47022c4 100644 --- a/Dockerfile-sbb_textline_detector +++ b/Dockerfile-sbb_textline_detector @@ -6,7 +6,8 @@ ARG SBB_TEXTLINE_DETECTOR_COMMIT="247d5f9" # Build pip installable stuff RUN ${PIP_INSTALL} \ -# Now the real stuff: + # https://github.com/qurator-spk/sbb_textline_detection/issues/50 + "h5py < 3" \ https://github.com/qurator-spk/sbb_textline_detector/archive/$SBB_TEXTLINE_DETECTOR_COMMIT.tar.gz