Skip to content

Commit

Permalink
⚙ Install dinglehopper from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Aug 7, 2023
1 parent 6cf7ec6 commit 5cd4ae6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile-dinglehopper
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cd4ae6

Please sign in to comment.