-
Notifications
You must be signed in to change notification settings - Fork 59
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
Local Testing (with GTX1080) - error creating driver: failed to create device library: failed to locate driver libraries: error locating "libnvidia-ml.so.1" #204
Comments
After some more investigation and adjusting the cdi file manually I have now the following problem:
My current
|
@wenzel-felix one thing to note is that you're running on WSL2 which has not been tested in the context of the In order to provide some more context, could you confirm how you are installing docker? Are you running |
Hi @elezar , I'm aware that it was not tested with WSL2, I was just investigating myself if I could get it running.
I just thought it would be an interesting use case for easy showcasing the basic DRA feature as some probably run Windows with WSL2. |
Hi,
I was following the tutorial to get DRA running and so initially everything was working as expected until the installation of the driver.
The kubelet plugin directly fails with:
Some extra information:
In order for the cluster to be able to mount the cdi device, I needed to change the name/path from
runtime.nvidia.com/gpu/all
tonvidia.com/gpu/all
as I only see this as CDI device.Here some details about my setup:
GPU: GTX 1080
OS: Windows/WSL
nvidia-container-toolkit version:
runtime config:
nvidia-smi command on host:
nvidia-smi command on node:
Any help would be highly appreciated!
I already saw a similar behavior in this issue, but it s not the same: #65
The text was updated successfully, but these errors were encountered: