Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit 615fd3f

Browse files
Merge branch 'fix-default-config' into 'master'
Update default runtime configuration See merge request nvidia/container-toolkit/nvidia-container-runtime!17
2 parents d49fbd7 + 16b3cfd commit 615fd3f

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

toolkit/config.toml.amzn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ load-kmods = true
1111
#no-cgroups = false
1212
#user = "root:video"
1313
ldconfig = "@/sbin/ldconfig"
14+
15+
[nvidia-container-runtime]
16+
#debug = "/var/log/nvidia-container-runtime.log"

toolkit/config.toml.centos

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ load-kmods = true
1111
#no-cgroups = false
1212
#user = "root:video"
1313
ldconfig = "@/sbin/ldconfig"
14+
15+
[nvidia-container-runtime]
16+
#debug = "/var/log/nvidia-container-runtime.log"

toolkit/config.toml.debian

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ load-kmods = true
1111
#no-cgroups = false
1212
#user = "root:video"
1313
ldconfig = "@/sbin/ldconfig"
14+
15+
[nvidia-container-runtime]
16+
#debug = "/var/log/nvidia-container-runtime.log"

toolkit/config.toml.ubuntu

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ load-kmods = true
1111
#no-cgroups = false
1212
#user = "root:video"
1313
ldconfig = "@/sbin/ldconfig.real"
14+
15+
[nvidia-container-runtime]
16+
#debug = "/var/log/nvidia-container-runtime.log"

0 commit comments

Comments
 (0)