Skip to content

Commit

Permalink
Update ocrd_all-test-docker-compose
Browse files Browse the repository at this point in the history
Change service overwrite. Use first images from docker hub instead of
self building.
  • Loading branch information
joschrew committed Feb 16, 2024
1 parent 4dde92e commit 1016f75
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions tests/network/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
services:
ocrd_network_processing_server:
image: ocrd/core
build: !reset null

ocrd_network_core_test:
image: processing-server
build:
context: ../../../core
args:
BASE_IMAGE: ubuntu:20.04
SKIP_ASSETS: 1
target: ocrd_core_base

ocrd_dummy_processing_worker:
ocrd_network_core_test:
build:
context: ../../../core
args:
BASE_IMAGE: ubuntu:20.04
SKIP_ASSETS: 1

ocrd-olena-binarize:
Expand Down Expand Up @@ -94,8 +88,7 @@ services:


ocrd-cis-ocropy-segment:
build:
context: ../../../ocrd_cis
image: ocrd/segment
container_name: ocrd-cis-ocropy-segment
depends_on:
ocrd_network_processing_server:
Expand Down Expand Up @@ -132,8 +125,7 @@ services:


ocrd-tesserocr-segment-region:
build:
context: ../../../ocrd_tesserocr
image: ocrd/tesserocr
container_name: ocrd-tesserocr-segment-region
depends_on:
ocrd_network_processing_server:
Expand All @@ -152,8 +144,7 @@ services:


ocrd-tesserocr-recognize:
build:
context: ../../../ocrd_tesserocr
image: ocrd/tesserocr
container_name: ocrd-tesserocr-recognize
depends_on:
ocrd_network_processing_server:
Expand All @@ -172,8 +163,7 @@ services:


ocrd-segment-repair:
build:
context: ../../../ocrd_segment
image: ocrd/segment
container_name: ocrd-segment-repair
depends_on:
ocrd_network_processing_server:
Expand Down

0 comments on commit 1016f75

Please sign in to comment.