Does the docker use the MacOS GPUS #182
-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Docker doesn't support Apple Silicon GPUs I'm afraid: https://docs.docker.com/desktop/features/gpu/ |
Beta Was this translation helpful? Give feedback.
-
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! |
Beta Was this translation helpful? Give feedback.
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.