Hey folks, What’s the syntax for attaching a deco...
# ask-metaflow
g
Hey folks, What’s the syntax for attaching a decorator to all steps and passing in args to the decorator? I remember seeing an example in the docs saying that it’s something like
python flow.py --with kubernetes:image="python:3.10" run
but I can’t find it anymore, and hoping someone can quickly refresh me. Thanks!
1
v
yeah,
--with kubernetes:image=myimage
should work. See here https://outerbounds.com/docs/use-custom-image/
g
Got it, thanks!
👍 1