late-traffic-56555
12/19/2023, 9:19 AM@task(
chief=Chief(replicas=1, image='<registry_path_to_my_image'>),
worker=Worker(replicas=4, image='<registry_path_to_my_image>'
)
def default():
pass
However when the chief and worker containers start they fail as the image I supply 1) doesn't contain flyte-execute 2) doesnt have the correct entrypoint.
What is the proper way to achieve the desired behaviour?