mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
d6c2fe76ed
nvidia_x11 and persistenced were modified to provide binaries which can be mounted inside a docker-container to be executed there. most ldconfig-based discovery of bundled nvidia libraries is patched out ldconfig itself is patched to be able to deal with patchelf'ed libraries See https://sourceware.org/bugzilla/show_bug.cgi?id=23964
14 lines
354 B
TOML
14 lines
354 B
TOML
disable-require = false
|
|
#swarm-resource = "DOCKER_RESOURCE_GPU"
|
|
|
|
[nvidia-container-cli]
|
|
#root = "/run/nvidia/driver"
|
|
#path = "/usr/bin/nvidia-container-cli"
|
|
environment = []
|
|
#debug = "/var/log/nvidia-container-runtime-hook.log"
|
|
ldcache = "/tmp/ld.so.cache"
|
|
load-kmods = true
|
|
#no-cgroups = false
|
|
#user = "root:video"
|
|
ldconfig = "@@glibcbin@/bin/ldconfig"
|