-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
[BUG] cuda broken - Cannot load libcuda.so.1 #403
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
You're well into Docker with |
Yes, that's correct. But since linux standard programs use edit: You should be able to recreate the same issue with docker rootful. |
No point in arguing hypothethicals. I'd rather avoid the xy problem.
Please don't expect us to do the work based on assumptions or a hunch. If you reproduce the issue with rootful docker and official nvidia-container-toolkit, let us know and we'll look into it. Last I tested plex with nvidia-container-toolkit, following the instructions we provide in the readme, everything was working just fine and that was only a couple of months ago. |
I had no issues a couple of months ago either, I use your image since at least a year. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Temporary workaround which works for me: for i in /usr/lib/lib*.so.1;
do ln -s $i /usr/lib/plexmediaserver/lib/;
done This symlinks all libraries (which are actually all nvidia/cuda ones) to the library folder of plex. script for podman: Currently I don't have the time to setup rootful docker to recreate the issue there. |
Is there an existing issue for this?
Current Behavior
Trying to use hardware transcoding with nvidia.
plex uses custom libraries from
/usr/lib/plexmediaserver/lib/
instead of/usr/lib/
as one would expect.nvidia-cdi has even been modified to include
libcuda.so.1
to/usr/lib
.nvidia-smi
works as expected.PS: you really miss a "custom comment" section...
Expected Behavior
No response
Steps To Reproduce
nvidia-ctk cdi generate --output=/etc/cdi/nvidia.yaml
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: