Merge branch 'CNT-4496/remove/sys/devices/soc' into 'main'

Remove /sys/devices/soc0/family from CDI spec

See merge request nvidia/container-toolkit/container-toolkit!472
This commit is contained in:
Evan Lezar 2023-08-25 08:26:15 +00:00
commit 72c56567fe

View File

@ -58,7 +58,6 @@ func New(opts ...Option) (discover.Discover, error) {
"", "",
[]string{ []string{
"/etc/nv_tegra_release", "/etc/nv_tegra_release",
"/sys/devices/soc0/family",
}, },
) )