Channels
pacc-july-11-12-2023
pacc-sept-20-21-2023
pacc-aug-16-2023
pacc-aug-29-30-2023
pacc-may-31-2023
prefect-ai
pacc-sept-26-27-2023
pacc-clearcover-june-12-2023
pacc-july-6-2023
intros-test
livestream-chatter
marvin-in-the-wild
data-ecosystem
geo-israel
pacc-june-14-2023
geo-japan
pacc-london-2023
pacc-sept-13-14-2023
prefect-cloud
ppcc-may-16-2023
prefect-azure
prefect-docker
prefect-recipes
gratitude
geo-nyc
geo-bay-area
geo-boston
geo-london
geo-dc
geo-chicago
geo-berlin
geo-texas
geo-seattle
geo-colorado
pacc-july-17-18-2023
introductions
prefect-server
data-tricks-and-tips
prefect-aws
prefect-gcp
find-a-prefect-job
prefect-dbt
random
events
ask-marvin
show-us-what-you-got
prefect-getting-started
prefect-integrations
prefect-contributors
best-practices-coordination-plane
announcements
prefect-ui
prefect-kubernetes
pacc-aug-22-23-2023
prefect-community
Powered by
#prefect-community
Title
j
John Kang
08/15/2023, 10:13 PM
Can we programmatically deploy Prefect deployments to run in Docker containers? I'm looking through
https://medium.com/the-prefect-blog/deploy-prefect-pipelines-with-python-perfect-68c944a3a89f
and
https://docs.prefect.io/2.11.3/api-ref/prefect/deployments/deployments/#prefect.deployments.deployments.Deployment.build_from_flow
it does not seem like we can do so. I would prefer to deploy flows using code than from the CLI. Maybe I need to use the infrastructure parameter and pass in a DockerContainerResult (
https://docs.prefect.io/2.11.3/api-ref/prefect/infrastructure/
)?
Ah, I figured it out! Just needed to add the infrastructure parameter and pass an infrastructure block into the parameter!
Post