-
Notifications
You must be signed in to change notification settings - Fork 297
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
libnvidia-ml.so.1: file exists: unknown and nvidia-opencl-dev #371
Comments
A simpler minimal non-starting example
|
The issue with the existing file in the image is that the Does one of the packages in your minimal example insall the |
Hi @elezar , After installing nvidia-opencl-dev, with
Can I prevent apt-get install to transform from green (executable) to cyan (symbolic link) ? or alternatively install something so it works ? Thank you again, R |
It seems as if one of those packages are installing the CUDA driver in the container. Does |
Note that when I checked the image locally, I could not find
This was for:
|
How I can I check ?
I'm not sure what I can do to check this either ...
Me neither! I had to manually Thank you again for your help , much appreciated! |
Hi @elezar , Thank you for your previous suggestions, I'm still unsure what I can try next to solve the problem... I find this "old" thread and this post So I tested the image on Linux (Kuberneetes grid) and it started/worked , so the issues seem to be Windows-WSL2/Docker-desktop related. Thank you again for your help, R |
From the container bash , running
I noticed the libnvidia-compute-545 , so I modified the code :
to be
and now it works on both Windows and Linux . Thank you again @elezar for the suggestions, Best R |
Dear team, Dear community,
I'm building an image on my Windows machine (Win11 23H2) using WSL ( Ubuntu 22.04.2 LTS (GNU/Linux 5.15.133.1-microsoft-standard-WSL2 x86_64) ).
Ideally the image can be started locally or on a cluster to take advantage of bigger GPUs (see biop-desktop doc for more information about the image)
My issue is that I can no longer build an image that starts on my Windows machine because of the error :
The older image is starting fine ( biop/biop-fiji:20231129 ), but whenever I try to build a new image, the build succeeds but I can't start it on my Windows machine ( for example this one as the error biop/biop-fiji:20240205 )
I'm aware that some functionalities (OpenCL for example) wouldn't be accessible via WSL, but so far the image could start so I can use the ones that work.
If I run
docker run -it --rm -p 8888:8888 biop/biop-fiji:20240205
, it starts BUT I can no longer use GPU processing...The issue seems to come from the installation of nvidia-opencl-dev :
I tried to specify a version :
but without much success!
minimal building AND starting Dockerfile :
minimal building BUT NON starting docker file
I'm looking forward to any suggestions you could have and I'll be happy to give more information if necessary...
Best regards,
Romain
The text was updated successfully, but these errors were encountered: