From debecf71b91a12bd06aacd47f7274c6617c17eea Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 23 Sep 2019 15:04:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20Install=20the=20right=20Pillow?= =?UTF-8?q?=20version=20manually...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index dd9a73c..dea47b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ 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