Is there a way to specify the container image for ...
# flytekit
d
Is there a way to specify the container image for Ray head and worker here? If not can I create a feature request?
k
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
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
thanks, i'll look into this
156 Views