https://flyte.org logo
Title
d

David Xia

09/22/2022, 3:10 PM
Is there a way to specify the container image for Ray head and worker here? If not can I create a feature request?
k

Ketan (kumare3)

09/22/2022, 4:14 PM
Can you not use the current container image (that would be the best experience). also if you want to update the
@task
decorator has
container_image
read about multi-container images
s

Samhita Alla

09/23/2022, 5:09 AM
I added a bookmark to the channel; there’s a multi-container images example in the cheat sheet I attached; feel free to download it. If you’d like to give the images from the command line, refer to https://docs.flyte.org/projects/cookbook/en/latest/auto/core/containerization/multi_images.html#sphx-glr-auto-core-containerization-multi-images-py.
d

David Xia

09/26/2022, 3:46 PM
thanks, i'll look into this