ocrd-galley: Add support for ocrd-eynollah-segment

This commit is contained in:
Gerber, Mike 2021-04-22 21:11:49 +02:00
parent e618b3b5c0
commit b0ae5b9c6a
3 changed files with 5 additions and 4 deletions

View file

@ -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"]