From 1863439d92bba8e8ef4eec776808078482249c8e Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 30 Sep 2019 12:25:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20Remove=20extra=20Pillow=20depend?= =?UTF-8?q?ency=20workarounds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - my_ocrd_workflow | 1 - 2 files changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dea47b6..dd9a73c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,6 @@ RUN curl -sSL -O https://github.com/tesseract-ocr/tessdata_best/archive/$TESSDAT COPY requirements.txt /tmp -RUN pip3 install --no-cache-dir Pillow==5.4.1 # XXX Investigate why this is needed RUN pip3 install --no-cache-dir -r /tmp/requirements.txt COPY my_ocrd_workflow /usr/bin diff --git a/my_ocrd_workflow b/my_ocrd_workflow index 741b70c..d3df1d7 100755 --- a/my_ocrd_workflow +++ b/my_ocrd_workflow @@ -145,7 +145,6 @@ page_downgrade_to_2018() { pip3 list -# FIXME We have a problem with ocrd_typegroups_classifier's Pillow dependency atm. #do_fontident #do_validate