Hi all, I'm just getting started with Prefect and Docker as well. Basically, I'm trying to find out how I go from executing flow runs using the Local agent to using the Docker agent.
I have a registered flow that's stored on Github. This runs fine using a Local agent in my local environment.
Attempting to run the flow with a Docker agent fails with
ModuleNotFoundError
. To make this work will I need to create a docker image that includes all the dependencies? Also, this means that I will have to use another option for storage?