Commit adaabca
committed
fix: Ensure that CUDA Compat Container path is set by default
This change ensures that the CompatContainerRoot cannot be set to the
empty string. This ensures that the default defined in the nvcdi package
is used in this case whithout requiring that the caller (the nvidia-runtime
in CDI mode or the nvidia-cdi cdi generate command). Failing to do this,
means that the CUDA compat libraries in SBSA containers are used on
Orin-based systems.
Signed-off-by: Evan Lezar <elezar@nvidia.com>1 parent 323529b commit adaabca
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
| |||
109 | 106 | | |
110 | 107 | | |
111 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments