Hi experts, I have one flow, which depends on some...
# prefect-community
y
Hi experts, I have one flow, which depends on some python packages, when I save flow on remote storage, then deploy it into Prefect, agent picks up the flow to run, how can I let agent automatic install those packages?
1
j
If you’re using Prefect 2 with Docker, you can automatically install pip packages as shown here. If you aren’t using Docker you will need to have any packages installed outside Prefect.