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!