Albert Wong
03/09/2023, 4:13 AMRyan Peden
03/09/2023, 4:22 AM/opt/prefect/flows
inside the container and then don't add any storage, Prefect should be able to find and run your flows that you copied into the image at build time.Albert Wong
03/09/2023, 4:23 AMThomas Pedersen
03/09/2023, 6:25 AMDeployment.build_from_flow(
# ...
path=f"/usr/local/lib/python{python_version}/site-packages/"
)
Albert Wong
03/09/2023, 4:29 PM