proud-answer-87162
05/14/2024, 8:27 PMContainerTask
and would like to be able to dynamically pass in an image ref. i can use {{.image.reasoning.fqn}}:{{.image.reasoning.version}}
but i expected {{.inputs.reasoning_image}}
to work as well. however, i found that inputs=kwtypes(inputfile=FlyteFile, reasoning_image=str)
is not used when trying to resolve the image
reference.
is that intentional? it seems like populating .image
is more restrictive than .inputs
, so maybe there is a safety concern here?freezing-airport-6809
proud-answer-87162
05/14/2024, 8:31 PMproud-answer-87162
05/14/2024, 8:32 PM--image reasoning=myimage:v
to pyflyte run
or if i set config with:
images:
reasoning: myimage:v
proud-answer-87162
05/14/2024, 8:33 PMfreezing-airport-6809
freezing-airport-6809