mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🐛 Upgrade pip before using it by way of ocrd_olena install
This commit is contained in:
parent
1a20fe8f38
commit
98dd7d2e67
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ RUN curl -sSL -O https://github.com/tesseract-ocr/tessdata_best/archive/$TESSDAT
|
|||
|
||||
|
||||
# Build ocrd_olena
|
||||
RUN curl -sSL -o ocrd_olena.tar.gz https://github.com/OCR-D/ocrd_olena/archive/fde4436.tar.gz && \
|
||||
RUN pip3 install --no-cache-dir --upgrade pip && \
|
||||
curl -sSL -o ocrd_olena.tar.gz https://github.com/OCR-D/ocrd_olena/archive/fde4436.tar.gz && \
|
||||
mkdir ocrd_olena && \
|
||||
tar xvz -C ocrd_olena --strip-components=1 -f ocrd_olena.tar.gz && \
|
||||
cd ocrd_olena && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue