pop-os / nvidia-graphics-drivers

Pop!_OS NVIDIA Graphics Drivers
134 stars 7 forks source link

Pop!_Shop on 21.04 blocks all updates because I installed nvidia-docker2 #130

Open j2l opened 2 years ago

j2l commented 2 years ago

AFAIK, to run docker with --gpu all, we now need nvidia-docker2. I didn't find how to build & run GPU containers without it.

For this to work I need to run sudo apt install libnvidia-container1=1.6.0-1 libnvidia-container-tools=1.6.0-1 nvidia-container-toolkit=1.6.0-1 nvidia-docker2 These packages are coming from nvidia repo and are on the bionic version (yeah, because of course). But the Pop_Shop wants hirsute versions (downgrading to 1.5.1 and breaking nvidia-docker2) and it blocks all other pending updates (in the screenshot, I removed toolkit, updated the OS, and reinstalled everything needed but I can't do it every day). image

What should I do to keep newest package version of older OS version? Or does Pop!_OS could update these ones? Thank you