Skip to content

Commit

Permalink
add new containerized definition
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 10, 2024
1 parent c6a8ac4 commit ee9db3b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/depiction_targeted_preproc/app_interface/app_container.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ee9db3b

Please sign in to comment.