-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] KubeRay does not work on M1 macs. #869
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks @kevin85421 for the good work, it helps me to resolve problem.
Do not merge this PR. @jiwq found that the raylet processes will not be launched. We need to wait for the Ray community to fix this issue. |
The nightly docker images for arm64 are available. See ray-project/ray#31537 (comment) for more details. I have already updated this PR and PR description. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 Worked well in my m1, thanks @kevin85421
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested manually on M1, works for me!
Thank @jiwq @architkulkarni for the review! Merge this PR. The CI failure is due to #852. |
The nightly docker images for arm64 are available. See ray-project/ray#31537 (comment) for more details. Hence, users can run Ray in Docker containers on ARM machines (including Mac M1) and on ARM cloud instances (e.g. AWS Graviton).
Why are these changes needed?
The nightly docker images for arm64 are available. See ray-project/ray#31537 (comment) for more details. Hence, users can run Ray in Docker containers on ARM machines (including Mac M1) and on ARM cloud instances (e.g. AWS Graviton).
Related issue number
Closes #523
Checks