nvidiaPackages.production: libnvidia-pkcs11.so.$DRIVER_VERSION
missing
#392750
Labels
0.kind: bug
Something is broken
libnvidia-pkcs11.so.$DRIVER_VERSION
missing
#392750
Nixpkgs version
Describe the bug
When running a container with pyTorch on version
2.6.0+cu124
with a H100 NVIDIA GPU on the currently-packagedproduction
NVIDIA driver in nixpkgs, PyTorch tries to load the following library:This file is missing as we delete it in the build of the production driver:
nixpkgs/pkgs/os-specific/linux/nvidia-x11/builder.sh
Lines 81 to 82 in a13cc0b
While we should definitely not include OpenSSL 1.1 by default (e.g. for security reasons), we should still somehow address this incompatibility.
Steps to reproduce
This can be reproduced with the following command:
strace -f -e openat python3 -c 'import torch; torch.cuda.is_available()'
Expected behaviour
PyTorch should load correctly.
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
Not applicable otherwise, as the system does not include
nix
nornix-*
et al.Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: