mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🔧 Set up logging level using /etc/ocrd_logging.py instead of "-l"
This commit is contained in:
parent
1a538dce1a
commit
71d54c6978
2 changed files with 13 additions and 7 deletions
|
@ -49,6 +49,10 @@ RUN curl -sSL -O https://github.com/tesseract-ocr/tessdata_best/archive/$TESSDAT
|
|||
rm -rf $TESSDATA_BEST_VERSION.tar.gz
|
||||
|
||||
|
||||
# Set up OCR-D logging
|
||||
COPY ocrd_logging.py /etc/
|
||||
|
||||
|
||||
# Build ocrd_olena
|
||||
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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue