Is there a way to use any of the prefect.yaml buil...
# ask-community
p
Is there a way to use any of the prefect.yaml build/push/pull specifications when deploying via the python
.deploy()
interface?
Genuinely just trying to make sure all my requirements are present in the image created, not sure how to trigger the build phase to include a pip install
a
Great question! Let me tag @alex who’s been thinking about this recently
a
Hey @Paige Gulley! It sounds like you’re using
.deploy
to build a Docker image. Are you using a custom Dockerfile, or are you letting Prefect autogenerate one for you?