Hello :wave: I am trying to use `dynamic` workflow...
# flyte-support
f
Hello 👋 I am trying to use
dynamic
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!!
I think I figured it out. Realised that we could pass container image at dynamic level which is great 🙂
🙌 1