🧹 s/base/core

pull/27/head
Gerber, Mike 4 years ago
parent 9680dd8299
commit a820d72526

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

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

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

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

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

@ -21,7 +21,7 @@ get_from_web() {
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-dinglehopper -f Dockerfile-boxed-dinglehopper .
docker build -t boxed-ocrd_olena -f Dockerfile-boxed-ocrd_olena .

2
run

@ -31,7 +31,7 @@ build_alias() {
alias $command="docker run $docker_run_options $docker_image $command"
}
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-sbb-textline-detector boxed-sbb_textline_detector
build_alias ocrd-calamari-recognize boxed-ocrd_calamari

Loading…
Cancel
Save