mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 16:29:18 +00:00
7c00385797
Also hard code the "root" path where these volume mounts will be looked for rather than making it configurable. Signed-off-by: Kevin Klues <kklues@nvidia.com>
19 lines
536 B
Plaintext
19 lines
536 B
Plaintext
disable-require = false
|
|
#swarm-resource = "DOCKER_RESOURCE_GPU"
|
|
#accept-nvidia-visible-devices-envvar-when-unprivileged = true
|
|
#accept-nvidia-visible-devices-as-volume-mounts = false
|
|
|
|
[nvidia-container-cli]
|
|
#root = "/run/nvidia/driver"
|
|
#path = "/usr/bin/nvidia-container-cli"
|
|
environment = []
|
|
#debug = "/var/log/nvidia-container-toolkit.log"
|
|
#ldcache = "/etc/ld.so.cache"
|
|
load-kmods = true
|
|
#no-cgroups = false
|
|
user = "root:video"
|
|
ldconfig = "@/sbin/ldconfig"
|
|
|
|
[nvidia-container-runtime]
|
|
#debug = "/var/log/nvidia-container-runtime.log"
|