Commit 38fb05d
committed
Add ld.so.cache file to the gpu-operator container image
The distroless image does not contain the ld.so.cache file. The update-ldcache
createContainer hook will skip updating the container's ldcache if this file
does not exist. This can lead to issues running the CUDA vectorAdd sample
if the NVIDIA libraries are not present in the default dynamic linker search
path(s).
Signed-off-by: Christopher Desiniotis <[email protected]>1 parent c4cff23 commit 38fb05d
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
124 | 131 | | |
125 | 132 | | |
126 | 133 | | |
| |||
0 commit comments