Felix Wang
10/06/2024, 3:23 PMflow.deploy
and Docker : https://docs.prefect.io/3.0/deploy/infrastructure-concepts/deploy-via-python#deploy-a-flow-with-flow-deploy
in terms of local deployment, If I already spin up a docker compose service with prefect agent/server, should I just use flow.serve()
, is the flow.deploy() more like we run prefect in a non-docker env like our local, and try to spin up a flow in a docker container?Nate
10/06/2024, 3:54 PM