mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-08 22:29:56 +02:00
🐛 ocrd_olena: Explicitly install deps
This commit is contained in:
parent
5fd172e8c9
commit
a58ef96909
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ RUN curl -sSL --retry 3 -o ocrd_olena.tar.gz https://github.com/OCR-D/ocrd_olena
|
||||||
cd ocrd_olena && \
|
cd ocrd_olena && \
|
||||||
sed -i 's/^install: deps$/install:/' Makefile && \
|
sed -i 's/^install: deps$/install:/' Makefile && \
|
||||||
${PIP_INSTALL} ocrd && \
|
${PIP_INSTALL} ocrd && \
|
||||||
|
make deps-ubuntu && \
|
||||||
make install PREFIX=/usr/local && \
|
make install PREFIX=/usr/local && \
|
||||||
cd .. && rm -rf ocrd_olena ocrd_olena.tar.gz
|
cd .. && rm -rf ocrd_olena ocrd_olena.tar.gz
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue