Unable to pass Docker image to run to Ray Job Submit

Your Ray job is stuck in “pending” because the image_uri (container runtime environment) feature requires Podman to be installed and available on the host, and the Ray container must be able to launch nested containers using Podman. The Ray documentation and recent issues confirm that:

Summary:
You cannot use Docker as a drop-in replacement for Podman in Ray’s container runtime environment. You must install Podman (preferably v4.x+) on your EC2 instance, ensure it is in the PATH, and, if running Ray inside a container, start that container with --privileged. Only then will image_uri jobs work as expected.

Would you like more detail on troubleshooting steps or how to set up Podman for Ray?

Sources:

Hint: Mention @RunLLM in the post for followups.