Steffen
02/22/2025, 1:21 PMprefect.deployments.steps.run_shell_script where I run conda env update --file <path_to_environment_file> to install the required packages. This all works, but when the Flow is now executed in this docker container the installed packages aren't found.Steffen
02/25/2025, 3:59 PMprefecthq/prefect:3.2.7-python3.12-conda as my base image.
I'm currently working on some other stuff but I'll try out your recommendation in the upcoming days.