29 lines
848 B
TOML
29 lines
848 B
TOML
disable-require = false
|
|
#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 = false
|
|
#no-cgroups = false
|
|
#user = "root:video"
|
|
ldconfig = "@/usr/glibc-compat/sbin/ldconfig"
|
|
|
|
[nvidia-container-runtime]
|
|
debug = "/var/log/nvidia-container-runtime.log"
|
|
#log-level = "debug"
|
|
|
|
# Specify the runtimes to consider. This list is processed in order and the PATH
|
|
# searched for matching executables unless the entry is an absolute path.
|
|
runtimes = [
|
|
"crun",
|
|
]
|
|
mode = "legacy"
|
|
|
|
[nvidia-container-runtime.modes.csv]
|
|
mount-spec-path = "/etc/nvidia-container-runtime/host-files-for-container.d"
|