Nvidia driver update broke nvidia-container-toolkit

Hello, I'm currently on bazzite-dx and have an nvidia GPU, this morning some of my containers stopped working (specifically the ones using gpus). I checked the driver version and it seems to have been updated to 575 which is great, but the nvidia-container-toolkit is still pointing to no longer existing 570 libraries.

❯ nvidia-container-cli info

nvidia-container-cli: detection error: open failed: /usr/lib/libnvidia-tls.so.570.153.02: no such file or directory


Tried updating the runtime but no luck
❯ sudo nvidia-ctk runtime configure --runtime=docker
INFO[0000] Loading config from /etc/docker/daemon.json  
INFO[0000] Wrote updated config to /etc/docker/daemon.json 
INFO[0000] It is recommended that docker daemon be restarted. 


Is there anything else I could try?
Was this page helpful?