Skip to content

Commit

Permalink
Merge branch 'add-experimental-config' into 'master'
Browse files Browse the repository at this point in the history
Add commented experimental option to config files

See merge request nvidia/container-toolkit/container-toolkit!131
  • Loading branch information
Evan Lezar committed Apr 11, 2022
2 parents 36ffd09 + be680c6 commit d7f53dc
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 19 deletions.
1 change: 1 addition & 0 deletions config/config.toml.amazonlinux
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ ldconfig = "@/sbin/ldconfig"

[nvidia-container-runtime]
#debug = "/var/log/nvidia-container-runtime.log"
#experimental = false
1 change: 1 addition & 0 deletions config/config.toml.centos
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ ldconfig = "@/sbin/ldconfig"

[nvidia-container-runtime]
#debug = "/var/log/nvidia-container-runtime.log"
#experimental = false
1 change: 1 addition & 0 deletions config/config.toml.debian
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ ldconfig = "@/sbin/ldconfig"

[nvidia-container-runtime]
#debug = "/var/log/nvidia-container-runtime.log"
#experimental = false
1 change: 1 addition & 0 deletions config/config.toml.opensuse-leap
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ ldconfig = "@/sbin/ldconfig"

[nvidia-container-runtime]
#debug = "/var/log/nvidia-container-runtime.log"
#experimental = false
1 change: 1 addition & 0 deletions config/config.toml.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ ldconfig = "@/sbin/ldconfig.real"

[nvidia-container-runtime]
#debug = "/var/log/nvidia-container-runtime.log"
#experimental = false
19 changes: 0 additions & 19 deletions config/config.toml.ubuntu+jetpack

This file was deleted.

0 comments on commit d7f53dc

Please sign in to comment.