mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
🚧 Drone CI: Build the rest of the images
This commit is contained in:
parent
1c68865e0a
commit
268619a6b7
7 changed files with 22 additions and 6 deletions
|
@ -25,9 +25,14 @@ def main(ctx):
|
||||||
|
|
||||||
step_for(ctx, "dinglehopper"),
|
step_for(ctx, "dinglehopper"),
|
||||||
step_for(ctx, "ocrd_calamari"),
|
step_for(ctx, "ocrd_calamari"),
|
||||||
|
step_for(ctx, "ocrd_calamari03"),
|
||||||
|
step_for(ctx, "ocrd_cis"),
|
||||||
|
step_for(ctx, "ocrd_fileformat"),
|
||||||
step_for(ctx, "ocrd_olena"),
|
step_for(ctx, "ocrd_olena"),
|
||||||
step_for(ctx, "ocrd_tesserocr"),
|
|
||||||
step_for(ctx, "ocrd_segment"),
|
step_for(ctx, "ocrd_segment"),
|
||||||
|
step_for(ctx, "ocrd_tesserocr"),
|
||||||
|
step_dor(ctx, "sbb_binarization"),
|
||||||
|
step_dor(ctx, "sbb_textline_detector"),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM my_ocrd_workflow-core
|
ARG DRONE_COMMIT="latest"
|
||||||
|
FROM mikegerber/my_ocrd_workflow-core-cuda10.0:$DRONE_COMMIT
|
||||||
|
|
||||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||||
|
|
||||||
|
|
|
@ -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_CIS_VERSION="0.1.5"
|
ARG OCRD_CIS_VERSION="0.1.5"
|
||||||
|
|
|
@ -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"
|
||||||
# XXX ARG OCRD_FILEFORMAT_VERSION="0.2.0"
|
# XXX ARG OCRD_FILEFORMAT_VERSION="0.2.0"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM my_ocrd_workflow-core
|
ARG DRONE_COMMIT="latest"
|
||||||
|
FROM mikegerber/my_ocrd_workflow-core-cuda10.0:$DRONE_COMMIT
|
||||||
|
|
||||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||||
ARG SBB_BINARIZATION_COMMIT="ea69494"
|
ARG SBB_BINARIZATION_COMMIT="ea69494"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM my_ocrd_workflow-core-cuda10.0
|
ARG DRONE_COMMIT="latest"
|
||||||
|
FROM mikegerber/my_ocrd_workflow-core-cuda10.0:$DRONE_COMMIT
|
||||||
|
|
||||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||||
ARG SBB_TEXTLINE_DETECTOR_COMMIT="451b71f"
|
ARG SBB_TEXTLINE_DETECTOR_COMMIT="451b71f"
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
How to add a processor
|
||||||
|
----------------------
|
||||||
|
* Add a Dockerfile
|
||||||
|
* Add to `build`
|
||||||
|
* Add to `.drone.star`
|
||||||
|
|
||||||
Releasing
|
Releasing
|
||||||
---------
|
---------
|
||||||
* `git tag -m 'v<version>' 'v<version>'`
|
* `git tag -m 'v<version>' 'v<version>'`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue