NVIDIA / libnvidia-container

NVIDIA container runtime library
Apache License 2.0
757 stars 189 forks source link

Build for Musl-based Linux distros #95

Open simonferquel opened 4 years ago

simonferquel commented 4 years ago

Hi, Docker Desktop ships with a LinuxKit-based minimal distro for running containers (based on Alpine Linux). We want to start digging on how to make GPU access just work for Docker Desktop with WSL 2 users but as the whole nvidia container toolkit is built for glibc, that makes things a little more complicated than we thought.

Golang based source code is easy enough to build for musl, but this C based library is a bit more complicated... Are you interested in supporting Musl?

kalvdans commented 1 year ago

Duplicate of https://github.com/NVIDIA/libnvidia-container/issues/21