Blog posts
Running NVIDIA GPU enabled containers in GNU Guix
posted on 2024-10-02
This blog post details the process of enabling NVIDIA GPU support for Docker containers on GNU Guix. The solution includes a workaround involving the bind mounting of /gnu/store
inside containers to access required libraries, which comes with some security concerns. As such, the setup is not yet suited for production use, especially in exposed environments.