Conversation
Signed-off-by: Brinn Joyce <brinn.joyce@gmail.com>
|
Hi, Will this fix merge with main branch? I have installed "libnvidia-container1" and "nvidia-container-toolkit" from this repo on my PC with OpenSuse 15.6 and seeing following error while using "nvidia-container-cli" command as follows. Could you pls let me know how to address this issue? nvidia-container-cli infonvidia-container-cli: initialization error: load library failed: libnvidia-ml.so.1: cannot open shared object file: no such file or directory S | Name | Type | Version | Arch | Repository Thanks, |
|
This PR is stale because it has been open 90 days with no activity. This PR will be closed in 30 days unless new comments are made or the stale label is removed. To skip these checks, apply the "lifecycle/frozen" label. |
Adds a symlink for libnvidia-ml
libnvidia-ml.so -> libnvidia-ml.so.1so builds in containers can link with-lnvidia-mlCloses NVIDIA/nvidia-container-toolkit#1479