<@ULVA73B9P> I have a self hosted Prefect server a...
# ask-marvin
j
@Marvin I have a self hosted Prefect server and a deployment.py file that uses the from_source with a Github block, it then deploys a flow to a
Prefect Agent worker pool
. When the flow runs, it complains that boto3 isn't available as my flow requires it. How can I configure the deployment to also install package dependencies? I could use a docker image with the dependencies, but is there any other quick way to ensure pip dependencies are deployed when it pulls down the source code from Github?
Nevermind, realised the simplest way to solve this is to just install the packages on the remote server. But agree a better way is to utilise docker images and use the docker worker pool type.
👍 1