Ofir
03/01/2023, 6:38 PMpandas
or numpy
or any other 3rd party dependency from my workflow, what is the best practice to do that?
The agent running my deployment/workflow might not have these packages in place, right?
Should I build a custom agent Dockerfile with all of the dependencies, or is there a better approach to it? what are the tradeoffs between the different solutions?Mason Menges
03/01/2023, 7:16 PMOfir
03/01/2023, 7:18 PMprefect server config
) and then add the pip installs there, build the custom Docker image, and point the docker-compose.yml to this image, right?Ofir
03/01/2023, 7:26 PMOfir
03/01/2023, 7:26 PMOfir
03/01/2023, 7:26 PMMason Menges
03/01/2023, 7:42 PMOfir
03/01/2023, 7:48 PM