Hi, I'm experimenting with "Non-Docker Storage for...
# ask-community
k
Hi, I'm experimenting with "Non-Docker Storage for Containerized Environments" using AWS S3, but I haven't found a way to provide a list of external packages on which the flow is dependent (an equivalent for python_dependencies option available in Docker storage). Is there a way to achieve this?
m
Hi Kamil - AFAIK you'll have to create your own docker image that has the external packages installed and use it instead of the default prefect image when dealing with S3 storage
k
Thanks, I was afraid that this is the only way.