-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
macOS support with container? #1283
Comments
I recall someone said they got it to run on a mac with the container, but I'm not sure if they were using an Intel mac or Apple silicon. I don't have a mac so I'll need to find someone with a mac to confirm it. |
the container image provided by the repo might work on intel macs but to run it on apple silicon it would need to support linux/arm64 architecture. then it could be run via podman-machine with libkrun: https://podman-desktop.io/docs/podman/gpu |
@robertgzr does Vulkan work without MoltenVK magic? |
@k4yt3x the podman-machine tool that lets you run linux containers on macos has support for from the link i posted:
|
Oh awesome, so it would work then? The only thing needed is to compile the program for ARM64? |
looks like it :) i can give it a go once an arm image is available! |
Hello, thank you for sharing such a great project!
I noticed in the README that the project supports Windows and Linux, and it mentions the ability to run on macOS using a container.
I would like to confirm if the project currently fully supports running on macOS via a container.
If it does, are there any specific instructions or known issues for macOS users?
Thank you very much for your response!
The text was updated successfully, but these errors were encountered: