ocrd-galley/Dockerfile-dinglehopper

19 lines
381 B
Text
Raw Normal View History

FROM my_ocrd_workflow-core
2020-11-19 18:25:10 +01:00
ARG PIP_INSTALL="pip install --no-cache-dir --use-feature=2020-resolver"
ARG DINGLEHOPPER_COMMIT="6e47acd"
# Build pip installable stuff
RUN ${PIP_INSTALL} \
# Now the real stuff:
https://github.com/qurator-spk/dinglehopper/archive/$DINGLEHOPPER_COMMIT.tar.gz
# Check pip dependencies
2020-11-19 18:25:10 +01:00
RUN pip check
# Default command
CMD ["ocrd-dinglehopper"]