💩 Remove extra Pillow dependency workarounds

This commit is contained in:
Gerber, Mike 2019-09-30 12:25:31 +02:00
parent 81b7e5458c
commit 1863439d92
2 changed files with 0 additions and 2 deletions

View file

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