Does the docker use the MacOS GPUS #182
Answered
by
beveradb
TheTawnyFool
asked this question in
Q&A
|
Hi, I was wondering if anyone knows if you install the docker to run this (cpu I think it would be) will it use the macOS gpus? Is there a docker that takes advantage of the apple silicle GPUS? Thanks! |
Answered by
beveradb
Feb 20, 2025
Replies: 2 comments
|
Docker doesn't support Apple Silicon GPUs I'm afraid: https://docs.docker.com/desktop/features/gpu/ |
0 replies
Answer selected by
TheTawnyFool
|
I should have thought to look if docker itself supported apple silicone in that way. I'm pretty new to MacOS. It would be nice if apple provided an API like NVidia did for CUDA, seems like a pretty big mark against apple for Docker fans. Thanks again! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker doesn't support Apple Silicon GPUs I'm afraid: https://docs.docker.com/desktop/features/gpu/
You have to run it directly (not in docker) if you want to use GPU acceleration.