Hi, prefect team!!
With prefect-server on k8s I want to create a Git-based flow.
How do I install the pip packages required on the python flow in this case?
n
Nate
10/09/2023, 6:33 PM
hi @tig - you have a couple options:
⢠build an image for your flow with its dependencies and then provide this as the
the first is ideal, since you minimize the amount of times for these to install (not every time it runs), but you might prefer one of the latter if your external deps are few / you dont mind installing each time when the pod spins up
t
tig
10/10/2023, 2:24 AM
This way I can change the base pod settings used on the prefect-server side?
I thought I had to use the docker based method and create an image for each flow and install the package there!
Your input is very helpful!
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.