<@U032YSSRZA7> apologies for the delay, but i owe ...
# flytekit
y
@Han apologies for the delay, but i owe you the sample commands for specifying multiple images
👍 1
for pyflyte run, you can specify the values of those image by doing this
Copy code
pyflyte run --remote --image default=<http://ghcr.io/flyteorg/flytekit:py3.10-1.0.0|ghcr.io/flyteorg/flytekit:py3.10-1.0.0> --image older=<http://ghcr.io/flyteorg/flytekit:py3.7-0.32.6|ghcr.io/flyteorg/flytekit:py3.7-0.32.6> core/flyte_basics/hello_world.py my_wf
the --image switch can be specified as many times as you need.
cc @Marc Paquette
👀 1
s
Also, cc: @Smriti Satyan
k
can we please improve the exampl
1
s
Almost done improving it @Ketan (kumare3)
166 Views