Describe the bug
I did a couple hours of research and this seems to be a version mismatch that I cannot solve as an end user of Bluefin (if could actually solve this issue myself, any pointers would be greatly appreciated).
On the following deployment:
● ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx-nvidia-open:stable
Digest: sha256:c086f08ad00343d3f319a8e5f424160aae827144226669bd42530e81391a0d34
Version: 42.20250727 (2025-07-27T19:45:24Z)
I get the following error when I try to deploy containers that use nvidia-container-cli:
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: detection error: open failed: /usr/lib64/libnvidia-tls.so.575.64.03: no such file or directory: unknown
There is indeed no /usr/lib64/libnvidia-tls.so.575.64.03, but there is a /usr/lib64/libnvidia-tls.so.575.64.05.
Here is the version information for nvidia-ctk:
VERSION:
1.17.8
commit: f202b80a9b9d0db00d9b1d73c0128c8962c55f4d
What did you expect to happen?
I would expect nvidia-container-cli to open libnvidia-tls.so.575.64.05.
Output of bootc status
● Booted image: ghcr.io/ublue-os/bluefin-dx-nvidia-open:stable
Digest: sha256:c086f08ad00343d3f319a8e5f424160aae827144226669bd42530e81391a0d34 (amd64)
Version: 42.20250727 (2025-07-27T19:45:24Z)
Rollback image: ghcr.io/ublue-os/bluefin-dx-nvidia-open:stable
Digest: sha256:733f0537510a32ab5a7180583e35b185a1d2fdfba2bfb19304fcdd92acaf0f5a (amd64)
Version: 42.20250715 (2025-07-15T00:31:34Z)
Output of groups
my_user_name wheel docker incus-admin libvirt
Extra information or context
No response
Describe the bug
I did a couple hours of research and this seems to be a version mismatch that I cannot solve as an end user of Bluefin (if could actually solve this issue myself, any pointers would be greatly appreciated).
On the following deployment:
I get the following error when I try to deploy containers that use nvidia-container-cli:
There is indeed no /usr/lib64/libnvidia-tls.so.575.64.03, but there is a /usr/lib64/libnvidia-tls.so.575.64.05.
Here is the version information for nvidia-ctk:
What did you expect to happen?
I would expect nvidia-container-cli to open libnvidia-tls.so.575.64.05.
Output of
bootc status● Booted image: ghcr.io/ublue-os/bluefin-dx-nvidia-open:stable Digest: sha256:c086f08ad00343d3f319a8e5f424160aae827144226669bd42530e81391a0d34 (amd64) Version: 42.20250727 (2025-07-27T19:45:24Z) Rollback image: ghcr.io/ublue-os/bluefin-dx-nvidia-open:stable Digest: sha256:733f0537510a32ab5a7180583e35b185a1d2fdfba2bfb19304fcdd92acaf0f5a (amd64) Version: 42.20250715 (2025-07-15T00:31:34Z)Output of
groupsExtra information or context
No response