mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
💩 Install the right Pillow version manually...
This commit is contained in:
parent
a3d6befb0d
commit
debecf71b9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue