-
Notifications
You must be signed in to change notification settings - Fork 9
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
bug: jail have problem when machines have drivers of different versions #184
Comments
"Although users can install or modify software in the shared environment, it doesn't apply to some low-level packages directly bound to GPUs (CUDA, NVIDIA drivers, NVIDIA container toolkit, enroot, etc.)." Sry, now I see ... |
I have dug into this a little further: when two worker slurmd container call |
Hi, yes. To prevent application version pins from being overwritten, we plan to use AppArmor. In Q4, we will release an example demonstrating how to achieve this using the Security Profiles Operator. |
Good! Thanks! |
The jail will only symlink libnvidia-ml.so.1 from one specific version, which may be empty in other machines. For example, I have two machines with drivers of 535.104.05 and 550.90.12. One jailed job runs into error.
The text was updated successfully, but these errors were encountered: