mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
✨ Move processors into their own Docker container
This commit is contained in:
parent
894cbeee32
commit
02eae7b6fa
11 changed files with 208 additions and 122 deletions
18
Dockerfile-boxed-dinglehopper
Normal file
18
Dockerfile-boxed-dinglehopper
Normal file
|
@ -0,0 +1,18 @@
|
|||
FROM boxed-base
|
||||
|
||||
|
||||
ENV DINGLEHOPPER_COMMIT 2b98f69
|
||||
|
||||
|
||||
# Build pip installable stuff
|
||||
RUN pip3 install --no-cache-dir \
|
||||
# Now the real stuff:
|
||||
https://github.com/qurator-spk/dinglehopper/archive/$DINGLEHOPPER_COMMIT.tar.gz
|
||||
|
||||
|
||||
# Check pip dependencies
|
||||
RUN pip3 check
|
||||
|
||||
|
||||
# Default command
|
||||
CMD ["ocrd-dinglehopper"]
|
Loading…
Add table
Add a link
Reference in a new issue