Hi, I am starting with my Prefect custom tasks and...
# ask-community
c
Hi, I am starting with my Prefect custom tasks and I'd like to know if someone has a kind of tutorial to push my Task repository into my Prefect server?
k
Hi @Carlos Paiva, Prefect doesn’t serialize and upload dependencies. You have two options, first is to install them on the agent. or you need to package them into a Docker container like this and then you can use that in your flow with the Docker agent. If the agent has access to the dependencies, it will work though