mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49: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
|
||||
|
||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||
ARG DINGLEHOPPER_COMMIT="dcc10c5"
|
||||
ARG DINGLEHOPPER_VERSION="0.9.2"
|
||||
|
||||
|
||||
# Build pip installable stuff
|
||||
RUN ${PIP_INSTALL} \
|
||||
# Now the real stuff:
|
||||
https://github.com/qurator-spk/dinglehopper/archive/$DINGLEHOPPER_COMMIT.tar.gz
|
||||
"dinglehopper == $DINGLEHOPPER_VERSION"
|
||||
|
||||
|
||||
# Check pip dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue