From ee9db3b30483272a6cb7e302db3cdface54aa19f Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Thu, 10 Oct 2024 09:21:34 +0200 Subject: [PATCH] add new containerized definition --- .../app_interface/app_container.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/depiction_targeted_preproc/app_interface/app_container.yml diff --git a/src/depiction_targeted_preproc/app_interface/app_container.yml b/src/depiction_targeted_preproc/app_interface/app_container.yml new file mode 100644 index 0000000..acdc254 --- /dev/null +++ b/src/depiction_targeted_preproc/app_interface/app_container.yml @@ -0,0 +1,11 @@ +commands: + dispatch: &dispatch + type: docker + image: service_msi_targeted_preproc:0.1.10 + command: python -m depiction_targeted_preproc.app_interface.dispatch_app + process: + !!merge <<: *dispatch + command: python -m depiction_targeted_preproc.app_interface.process_chunk + collect: + !!merge <<: *dispatch + command: python -m depiction_targeted_preproc.app_interface.collect_chunk