How can we an install and import libraries during ...
# prefect-community
b
How can we an install and import libraries during runtime in python script.
m
You need to build a custom image of prefect and add your dependencies to the Dockerfile 🙂
k
You can also look at the third example here if using local agent. Otherwise you need them in the container like Maverick suggested