1
0
Fork 0
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:
Gerber, Mike 2020-08-14 17:39:31 +02:00
parent 9680dd8299
commit a820d72526
8 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM boxed-base FROM boxed-core
ENV DINGLEHOPPER_COMMIT 2b98f69 ENV DINGLEHOPPER_COMMIT 2b98f69

View file

@ -1,4 +1,4 @@
FROM boxed-base FROM boxed-core
# Build pip installable stuff # Build pip installable stuff

View file

@ -1,4 +1,4 @@
FROM boxed-base FROM boxed-core
ENV OCRD_OLENA_VERSION 1.2.0 ENV OCRD_OLENA_VERSION 1.2.0

View file

@ -1,4 +1,4 @@
FROM boxed-base FROM boxed-core
ENV TESSDATA_BEST_VERSION 4.0.0 ENV TESSDATA_BEST_VERSION 4.0.0

View file

@ -1,4 +1,4 @@
FROM boxed-base FROM boxed-core
ENV SBB_TEXTLINE_DETECTOR_COMMIT 8b01d9e ENV SBB_TEXTLINE_DETECTOR_COMMIT 8b01d9e

2
build
View file

@ -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
View file

@ -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