https://flyte.org logo
y

Yee

05/06/2022, 9:26 PM
@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

Samhita Alla

05/07/2022, 6:58 AM
Also, cc: @Smriti Satyan
k

Ketan (kumare3)

05/09/2022, 12:15 AM
can we please improve the exampl
1
s

Smriti Satyan

05/09/2022, 2:36 PM
Almost done improving it @Ketan (kumare3)
3 Views