Running Ray Docker image on M1/M2 Macs (arm)

I’m planning to upgrade my laptop to run Ray with minikube, which uses Docker. From what I see, all images are built for amd64 architecture. Does anyone have experience running these images on M1/M2 Macbooks (they have arm64 procs)? Are there any problems?

As of recently, it looks like we have arm64 images: [docker/arm64] Build docker images (with suffix) for arm64 by krfricke · Pull Request #31861 · ray-project/ray · GitHub

Can you try using the nightly images? Please let us know if you run into any issues!

Hi @architkulkarni unfortunately arm64 images won’t fit in cases where running vllm…
Currently facing issues running x86 image on M2 chip, facing the famous error:

[Bug] core_worker.cc:451: Failed to register worker 01000000ffffffffffffffffffffffffffffffffffffffffffffffff to Raylet. IOError: [RayletClient]

which doesn’t occur when the image targets arm64.
Otherwise, do you have any particular setup in mind?