-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seg fault when running bundle with libnvidia-container-tools installed in container #222
Comments
Which version of libnvidia-container? This might be a regression in the lib, if you manage to have an easy reproducer we could move this issue there so they can look at it. |
Sorry, I intended to include that. This is indeed a new release. I'll put together a simple test case. Thanks! kinghorn@ai2:~$ nvidia-container-cli --version |
I tried using libnvidia-container* 1.13 and 1.12 but no luck. I also tried with the just released 1.14.2 Here's a hackish script that would create a bundle with the library installed in the container that fails on a host system that does not have the library installed.
The error output from starting the bundle is;
The test is not throwing a seg fault. But I don't know what should be providing libnvidia-container-go.so.1 This is not a show stopper since I can install the library on systems under test but it is an extra cleanup step after the testing. (I'm running LLM benchmarks for validation on systems that are going out to customers.) |
... and just checked. libnvidia-container-go.so.1 is in the bundle where it's supposed to be. |
Moving the issue since this isn't specific to Enroot per-se. It looks like a regression since Golang dependencies were added. I think there was a plan to build static builds as well which could help in this case. |
Thanks Jonathon, best wishes! --Don |
BTW, regarding the
|
I hope you are doing well!
I'm creating enroot bundles and installing libnvidia-container-tools in the bundle container to avoid that as a dependency where the bundle will be run.
I know I've done this successfully before but I'm now getting a seg fault when starting a bundle. I have verified that the lib is installed.
Installing libnvidia-container-tools on the local system does allow the bundle to run.
Any ideas?
The text was updated successfully, but these errors were encountered: