skip to content
1G-N15's Place
User Tools
Log In
Site Tools
Search
Tools
Show page
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
nvidia
====== NVIDIA ====== ===== NVIDIA Toolkit Breaking On Fedora Silverblue After Update ===== Updating NVIDIA drivers broke the NVIDIA container toolkit. I fixed this by re-installing the NVIDIA container toolkit in rpm-ostree by uninstalling, rebooting, installing, rebooting. Yes, that actually somehow changes things, but it works now. In short, run this on your host machine, in order: export NVIDIA_CONTAINER_TOOLKIT_VERSION=1.17.8-1 sudo rpm-ostree uninstall \ nvidia-container-toolkit-${NVIDIA_CONTAINER_TOOLKIT_VERSION} \ nvidia-container-toolkit-base-${NVIDIA_CONTAINER_TOOLKIT_VERSION} \ libnvidia-container-tools-${NVIDIA_CONTAINER_TOOLKIT_VERSION} \ libnvidia-container1-${NVIDIA_CONTAINER_TOOLKIT_VERSION} systemctl reboot After the reboot... export NVIDIA_CONTAINER_TOOLKIT_VERSION=1.17.8-1 sudo rpm-ostree install \ nvidia-container-toolkit-${NVIDIA_CONTAINER_TOOLKIT_VERSION} \ nvidia-container-toolkit-base-${NVIDIA_CONTAINER_TOOLKIT_VERSION} \ libnvidia-container-tools-${NVIDIA_CONTAINER_TOOLKIT_VERSION} \ libnvidia-container1-${NVIDIA_CONTAINER_TOOLKIT_VERSION} systemctl reboot [[https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html|Source]]
nvidia.txt
ยท Last modified:
2025/09/25 04:19
by
1gn15
Page Tools
Show page
Backlinks
Back to top