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