mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 13:49:53 +02:00
🚧 Drone CI: Build dinglehopper, ocrd_{calamari,segment}
This commit is contained in:
parent
7b6e2e444e
commit
1606cc522c
4 changed files with 13 additions and 3 deletions
|
@ -18,9 +18,16 @@ def main(ctx):
|
||||||
"FORCE_DOWNLOAD=y ./build-tmp-XXX"
|
"FORCE_DOWNLOAD=y ./build-tmp-XXX"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
# We can't glob and have to add here manually...
|
||||||
step_for(ctx, "core"),
|
step_for(ctx, "core"),
|
||||||
|
step_for(ctx, "core-cuda10.0"),
|
||||||
|
step_for(ctx, "core-cuda10.1"),
|
||||||
|
|
||||||
|
step_for(ctx, "dinglehopper"),
|
||||||
|
step_for(ctx, "ocrd_calamari"),
|
||||||
step_for(ctx, "ocrd_olena"),
|
step_for(ctx, "ocrd_olena"),
|
||||||
step_for(ctx, "ocrd_tesserocr"),
|
step_for(ctx, "ocrd_tesserocr"),
|
||||||
|
step_for(ctx, "ocrd_segment"),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM my_ocrd_workflow-core
|
ARG DRONE_COMMIT="latest"
|
||||||
|
FROM mikegerber/my_ocrd_workflow-core:$DRONE_COMMIT
|
||||||
|
|
||||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||||
ARG DINGLEHOPPER_COMMIT="6e47acd"
|
ARG DINGLEHOPPER_COMMIT="6e47acd"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM my_ocrd_workflow-core-cuda10.1
|
ARG DRONE_COMMIT="latest"
|
||||||
|
FROM mikegerber/my_ocrd_workflow-core-cuda10.1:$DRONE_COMMIT
|
||||||
|
|
||||||
|
|
||||||
# XXX https://github.com/OCR-D/core/issues/642
|
# XXX https://github.com/OCR-D/core/issues/642
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM my_ocrd_workflow-core
|
ARG DRONE_COMMIT="latest"
|
||||||
|
FROM mikegerber/my_ocrd_workflow-core:$DRONE_COMMIT
|
||||||
|
|
||||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||||
ARG OCRD_SEGMENT_VERSION="0.1.8"
|
ARG OCRD_SEGMENT_VERSION="0.1.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue