-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current nvidia-container-toolkit not working with current nvidia-drivers (435.21 or 440.31) #1
Comments
I followed your steps and got my RTX-2080 working just fine. Thanks a lot! |
Had the same issue with my GTX-1080Ti, followed above steps and it now works fine. Thanks! |
Had the same issue with RTX2070 on Pop_OS. |
The version packaged by Pop!_OS has been updated, so this should be fixed now. |
|
@dysonsphere-startmail That's not our repository. This package is in the Pop PPA |
Ah Ok so there must be something else going on wrtong trying to run a container.
but trying to run my container:
I suppose I should look elsewhere for help on this, right? |
Closing because this was 3 years ago |
See pop-os/nvidia-graphics-drivers#31 and NVIDIA/nvidia-docker#1114 .
Current workaround: use NVIDIA's official container-toolkit.
Steps:
1. Add the repo
2. Then pin the repo by creating:
/etc/apt/preferences.d/nvidia-docker-pin-1002
Package: * Pin: origin nvidia.github.io Pin-Priority: 1002
3. Install the driver
4. Restart your machine
5. Install nvidia-container-toolkit and restart docker
The text was updated successfully, but these errors were encountered: