Hi community, I have the same issue mentioned <her...
# flyte-support
m
Hi community, I have the same issue mentioned here, it only happens when running the dynamic workflow. Does anyone has ideas? Thanks ahead.
I think I fixed it by adding
__init__.py
to my_project to make it a module, and putting my code into
/root/my_project
instead of
/root
in the DockerFile. I also make the WORKDIR to be
/root/my_project