Summary
NVIDIA container runtime library, this repository provides a library and a simple CLI utility to automatically configure GNU/Linux containers leveraging NVIDIA hardware. The implementation relies on kernel primitives and is designed to be agnostic of the container runtime.
Versions
v9999 :: 0/9999 :: gentoo
- Modified
- License
- Apache-2.0
- USE flags
- seccomp static-libs
v1.17.4 :: 0/1.17.4 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- ~amd64
- USE flags
- seccomp static-libs
v1.17.3 :: 0/1.17.3 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- ~amd64
- USE flags
- seccomp static-libs
v1.17.2 :: 0/1.17.2 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- amd64
- USE flags
- seccomp static-libs
USE flags
General
- seccomp
- Enable seccomp (secure computing mode) to perform system call filtering at runtime to increase security of programs
- static-libs
- Build static versions of dynamic libraries as well
Dependencies
net-libs / libtirpc : Transport Independent RPC library (SunRPC replacement)
sys-libs / libcap : POSIX 1003.1e capabilities
sys-libs / libseccomp : High level interface to Linux seccomp filter
virtual / libelf : Virtual for libelf.so.1 provider dev-libs/elfutils
Runtime Dependencies
net-libs / libtirpc : Transport Independent RPC library (SunRPC replacement)
sys-libs / libcap : POSIX 1003.1e capabilities
sys-libs / libseccomp : High level interface to Linux seccomp filter
virtual / libelf : Virtual for libelf.so.1 provider dev-libs/elfutils
x11-drivers / nvidia-drivers : NVIDIA Accelerated Graphics Driver
Depending packages
app-containers / nvidia-container-toolkit : NVIDIA container runtime toolkit
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-libs/libnvidia-container: add patch for go 1.24
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Huang Rui · gentoo
sys-libs/libnvidia-container: add 1.17.4
Closes: https://bugs.gentoo.org/950233 Signed-off-by: Huang Rui <vowstar@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sys-libs/libnvidia-container: Stabilize 1.17.2 amd64, #947572
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Z. Liu · gentoo
sys-libs/libnvidia-container: add 1.17.3
1. bump 1.1.73 2. force gcc because of "-fplan9-extensions" Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Z. Liu · gentoo
sys-libs/libnvidia-container: new package (from ::guru)
based on the ::guru ebuild by Huang Rui <vowstar@gmail.com> and many others, thanks. Changes: - update version to 1.17.2 - update dependence of x11-drivers/nvidia-drivers on glibc only - die if compiler is not gcc, because of "-fplan9-extensions" Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39601 Signed-off-by: Sam James <sam@gentoo.org>