mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
🧹 s/base/core
This commit is contained in:
parent
9680dd8299
commit
a820d72526
8 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM boxed-base
|
FROM boxed-core
|
||||||
|
|
||||||
|
|
||||||
ENV DINGLEHOPPER_COMMIT 2b98f69
|
ENV DINGLEHOPPER_COMMIT 2b98f69
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM boxed-base
|
FROM boxed-core
|
||||||
|
|
||||||
|
|
||||||
# Build pip installable stuff
|
# Build pip installable stuff
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM boxed-base
|
FROM boxed-core
|
||||||
|
|
||||||
ENV OCRD_OLENA_VERSION 1.2.0
|
ENV OCRD_OLENA_VERSION 1.2.0
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM boxed-base
|
FROM boxed-core
|
||||||
|
|
||||||
|
|
||||||
ENV TESSDATA_BEST_VERSION 4.0.0
|
ENV TESSDATA_BEST_VERSION 4.0.0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM boxed-base
|
FROM boxed-core
|
||||||
|
|
||||||
|
|
||||||
ENV SBB_TEXTLINE_DETECTOR_COMMIT 8b01d9e
|
ENV SBB_TEXTLINE_DETECTOR_COMMIT 8b01d9e
|
||||||
|
|
2
build
2
build
|
@ -21,7 +21,7 @@ get_from_web() {
|
||||||
handle_data
|
handle_data
|
||||||
|
|
||||||
|
|
||||||
docker build -t boxed-base -f Dockerfile-boxed-base .
|
docker build -t boxed-core -f Dockerfile-boxed-core .
|
||||||
docker build -t boxed-ocrd_calamari -f Dockerfile-boxed-ocrd_calamari .
|
docker build -t boxed-ocrd_calamari -f Dockerfile-boxed-ocrd_calamari .
|
||||||
docker build -t boxed-dinglehopper -f Dockerfile-boxed-dinglehopper .
|
docker build -t boxed-dinglehopper -f Dockerfile-boxed-dinglehopper .
|
||||||
docker build -t boxed-ocrd_olena -f Dockerfile-boxed-ocrd_olena .
|
docker build -t boxed-ocrd_olena -f Dockerfile-boxed-ocrd_olena .
|
||||||
|
|
2
run
2
run
|
@ -31,7 +31,7 @@ build_alias() {
|
||||||
alias $command="docker run $docker_run_options $docker_image $command"
|
alias $command="docker run $docker_run_options $docker_image $command"
|
||||||
}
|
}
|
||||||
shopt -s expand_aliases # Required for non-interactive shells
|
shopt -s expand_aliases # Required for non-interactive shells
|
||||||
build_alias ocrd boxed-base
|
build_alias ocrd boxed-core
|
||||||
build_alias ocrd-olena-binarize boxed-ocrd_olena
|
build_alias ocrd-olena-binarize boxed-ocrd_olena
|
||||||
build_alias ocrd-sbb-textline-detector boxed-sbb_textline_detector
|
build_alias ocrd-sbb-textline-detector boxed-sbb_textline_detector
|
||||||
build_alias ocrd-calamari-recognize boxed-ocrd_calamari
|
build_alias ocrd-calamari-recognize boxed-ocrd_calamari
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue