mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-08 14:19:57 +02:00
⚙️ ocrd-galley: Install ocrd_segment from PyPI
This commit is contained in:
parent
30791ba083
commit
ee0c3d3658
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ARG OCRD_SEGMENT_VERSION="0.1.8"
|
||||||
# Build pip installable stuff
|
# Build pip installable stuff
|
||||||
RUN ${PIP_INSTALL} \
|
RUN ${PIP_INSTALL} \
|
||||||
# Now the real stuff:
|
# Now the real stuff:
|
||||||
"https://github.com/OCR-D/ocrd_segment/archive/v${OCRD_SEGMENT_VERSION}.tar.gz"
|
"ocrd-segment == ${OCRD_SEGMENT_VERSION}"
|
||||||
|
|
||||||
|
|
||||||
# Check pip dependencies
|
# Check pip dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue