💩 Install the right Pillow version manually...

pull/27/head
Gerber, Mike 5 years ago
parent a3d6befb0d
commit debecf71b9

@ -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

Loading…
Cancel
Save