-
Notifications
You must be signed in to change notification settings - Fork 379
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
NVIDIA Driver installation fails #162
Comments
Thank you for reporting this! I can confirm the issue, I'll look into it. Curiously, creating a base image does not fail, although the installation is not obviously different. |
Ah, thanks. I'll look into that as a workaround! |
The issue is fixed now. Per default x11docker sets docker option Now x11docker does not set this option anymore if an NVIDIA driver has to be installed. Please try out the latest master version of x11docker. |
x11docker release v6.0.0 includes the fix for this issue. |
@ThePooN Could you please run a test for me? I recently did some code changes that affect the automated NVIDIA driver installation (compare #198 (comment)). To fix the issue I had to drop This command should fail if the issue is still present:
If the command succeeds, it should show the name of your graphics card. |
Works successfully! Thanks :) |
Thank you for the test! |
The NVIDIA driver 430.14 installer fails to extract itself apparently. It simply says "Extraction failed" at line 1364 of the logs: https://pastebin.com/ULdET12T
I have 10GB free on my root partition.
Running Docker 18.09.6-ce on Arch Linux with NVIDIA drivers 430.14.
The text was updated successfully, but these errors were encountered: