mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 21:59:52 +02:00
Merge branch 'master' of https://github.com/qurator-spk/ocrd-galley
This commit is contained in:
commit
4c1f198da9
39 changed files with 532 additions and 383 deletions
|
@ -1,5 +1,5 @@
|
|||
ARG DRONE_COMMIT="latest"
|
||||
FROM quratorspk/ocrd-galley-core:$DRONE_COMMIT
|
||||
ARG GIT_COMMIT="latest"
|
||||
FROM quratorspk/ocrd-galley-core:$GIT_COMMIT
|
||||
|
||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||
ARG OCRD_OLENA_VERSION="1.3.0"
|
||||
|
@ -26,6 +26,7 @@ RUN curl -sSL --retry 3 -o ocrd_olena.tar.gz https://github.com/OCR-D/ocrd_olena
|
|||
cd ocrd_olena && \
|
||||
sed -i 's/^install: deps$/install:/' Makefile && \
|
||||
${PIP_INSTALL} ocrd && \
|
||||
make deps-ubuntu && \
|
||||
make install PREFIX=/usr/local && \
|
||||
cd .. && rm -rf ocrd_olena ocrd_olena.tar.gz
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue