mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-04-03 20:30:48 +00:00
add glibc/lib to library search paths
Signed-off-by: Zackeus Bengtsson <github@zackeus.no>
This commit is contained in:
parent
8a6c1944a5
commit
070129ab7f
@ -56,6 +56,7 @@ func NewLibraryLocator(opts ...Option) Locator {
|
||||
"/lib/aarch64-linux-gnu",
|
||||
"/lib/x86_64-linux-gnu/nvidia/current",
|
||||
"/lib/aarch64-linux-gnu/nvidia/current",
|
||||
"/glibc/lib",
|
||||
}...),
|
||||
)
|
||||
// We construct a symlink locator for expected library locations.
|
||||
|
Loading…
Reference in New Issue
Block a user