From ee0c3d365887ef00a172e5a363e8db7fd9adb3db Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 29 Apr 2021 17:06:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20ocrd-galley:=20Install=20o?= =?UTF-8?q?crd=5Fsegment=20from=20PyPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-ocrd_segment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-ocrd_segment b/Dockerfile-ocrd_segment index d6bfacf..6ca3466 100644 --- a/Dockerfile-ocrd_segment +++ b/Dockerfile-ocrd_segment @@ -8,7 +8,7 @@ ARG OCRD_SEGMENT_VERSION="0.1.8" # Build pip installable stuff RUN ${PIP_INSTALL} \ # Now the real stuff: - "https://github.com/OCR-D/ocrd_segment/archive/v${OCRD_SEGMENT_VERSION}.tar.gz" + "ocrd-segment == ${OCRD_SEGMENT_VERSION}" # Check pip dependencies