https://prefect.io logo
j

Jack Chang

02/24/2022, 10:36 PM
When I run
prefect agent docker start
is there a way I can specify the image it's pulling from?
I want to keep this declaration out of my
.py
files
k

Kevin Kho

02/24/2022, 10:43 PM
That should not pull any image since the image for the Flow is specified on the RunConfiguration side
j

Jack Chang

02/24/2022, 10:52 PM
Ok, Thanks Kevin!
2 Views