When will NVIDIA provide drivers for musl? #474
Unanswered
oifj34f34f
asked this question in
Q&A
Replies: 1 comment
-
The driver itself does not rely on musl (or glibc) because it is a kernel module and uses the kernel's internal libc. The problem is the userspace components, some of which are closed source. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Linux is not limited to distributions that use the GNU C library. For example, there is Alpine Linux, which uses musl and is widely used in the container/docker ecosystem and beyond. Some people want to use it, but can't because of driver limitations...
Beta Was this translation helpful? Give feedback.
All reactions