mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
👷🏾♂️ Use ocrd_fileformat#28 for now
This commit is contained in:
parent
22e9e4e473
commit
43cc303100
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM my_ocrd_workflow-core
|
FROM my_ocrd_workflow-core
|
||||||
|
|
||||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||||
ARG OCRD_FILEFORMAT_VERSION="0.2.0"
|
# XXX ARG OCRD_FILEFORMAT_VERSION="0.2.0"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
@ -12,8 +12,11 @@ RUN apt-get update && \
|
||||||
unzip \
|
unzip \
|
||||||
&& \
|
&& \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
RUN git clone --depth 1 --branch v${OCRD_FILEFORMAT_VERSION} https://github.com/OCR-D/ocrd_fileformat.git && \
|
# XXX pr
|
||||||
|
RUN git clone --depth 1 https://github.com/OCR-D/ocrd_fileformat.git && \
|
||||||
cd ocrd_fileformat/ && \
|
cd ocrd_fileformat/ && \
|
||||||
|
git fetch origin pull/28/head:pr-28 && \
|
||||||
|
git checkout pr-28 && \
|
||||||
git submodule update --init && \
|
git submodule update --init && \
|
||||||
make install-fileformat install PREFIX=/usr/local && \
|
make install-fileformat install PREFIX=/usr/local && \
|
||||||
cd .. && rm -rf ocrd_fileformat/
|
cd .. && rm -rf ocrd_fileformat/
|
||||||
|
|
|
@ -24,7 +24,7 @@ RUN curl -sSL -O https://ub-backup.bib.uni-mannheim.de/~stweil/ocrd-train/data/F
|
||||||
|
|
||||||
# Build pip installable stuff
|
# Build pip installable stuff
|
||||||
RUN ${PIP_INSTALL} \
|
RUN ${PIP_INSTALL} \
|
||||||
'ocrd_tesserocr == 0.9.2' # XXX https://github.com/OCR-D/ocrd_tesserocr/issues/160
|
'ocrd_tesserocr == 0.11.0'
|
||||||
|
|
||||||
|
|
||||||
# Check pip dependencies
|
# Check pip dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue