mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
✨ ocrd-galley: Add support for ocrd-eynollah-segment
This commit is contained in:
parent
e618b3b5c0
commit
b0ae5b9c6a
3 changed files with 5 additions and 4 deletions
|
@ -2,12 +2,12 @@ ARG DRONE_COMMIT="latest"
|
|||
FROM quratorspk/ocrd-galley-core-cuda10.0:$DRONE_COMMIT
|
||||
|
||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||
ARG EYNOLLAH_COMMIT="1184d3d"
|
||||
ARG EYNOLLAH_VERSION="0.0.1"
|
||||
|
||||
|
||||
# Build pip installable stuff
|
||||
RUN ${PIP_INSTALL} \
|
||||
https://github.com/qurator-spk/eynollah/archive/$EYNOLLAH_COMMIT.tar.gz
|
||||
"eynollah == ${EYNOLLAH_VERSION}"
|
||||
|
||||
|
||||
# Copy OCR models
|
||||
|
@ -19,5 +19,4 @@ RUN pip check
|
|||
|
||||
|
||||
# Default command
|
||||
# XXX needs to be changed when OCR-D support is ready
|
||||
CMD ["eynollah"]
|
||||
CMD ["ocrd-eynollah-segment"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue