faint-machine-61752
04/08/2024, 10:24 AMdynamic
workflow in a pipeline where we have multi images. Inside the dynamic workflow, I am invoking some ML tasks which runs on ML image. During the execution, the dynamic workflow fails due to ModuleNotFoundError: No module named 'matplotlib'
while it doesn’t fail if I convert it to a static workflow. I assume its because dynamic is modelled as task in the background, hence it expects an image to be specified due to multi image model. Is there a way to make a dynamic workflow work in a multi image setup ? Thanks!!faint-machine-61752
04/08/2024, 9:12 PM