mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-10 23:29:53 +02:00
⚙ Install dinglehopper from PyPI
This commit is contained in:
parent
6cf7ec67cc
commit
5cd4ae6714
1 changed files with 2 additions and 3 deletions
|
@ -2,13 +2,12 @@ ARG GIT_COMMIT="latest"
|
||||||
FROM quratorspk/ocrd-galley-core:$GIT_COMMIT
|
FROM quratorspk/ocrd-galley-core:$GIT_COMMIT
|
||||||
|
|
||||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||||
ARG DINGLEHOPPER_COMMIT="dcc10c5"
|
ARG DINGLEHOPPER_VERSION="0.9.2"
|
||||||
|
|
||||||
|
|
||||||
# Build pip installable stuff
|
# Build pip installable stuff
|
||||||
RUN ${PIP_INSTALL} \
|
RUN ${PIP_INSTALL} \
|
||||||
# Now the real stuff:
|
"dinglehopper == $DINGLEHOPPER_VERSION"
|
||||||
https://github.com/qurator-spk/dinglehopper/archive/$DINGLEHOPPER_COMMIT.tar.gz
|
|
||||||
|
|
||||||
|
|
||||||
# Check pip dependencies
|
# Check pip dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue