-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
docker can't find libnvidia-ml.so.1 #33
Comments
So, further debugging clearly shows this has nothing to do with the zwift docker. Something, unrelated, is hosed on my end. The nvidia-docker link above wasn't helpful, unfortunately. Closing this issue. |
I had this issue with Docker-desktop, are you using it? It works using plain Docker though. |
Wait, you used Docker desktop? For Darwin/mac?
…On Tue, Oct 17, 2023, 13:52 oldnapalm ***@***.***> wrote:
I had this issue with Docker-desktop, are you using it? It works using
plain Docker though.
—
Reply to this email directly, view it on GitHub
<#33 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACTNC6JUZQF4R5JO2YHXE3X7ZWQ7AVCNFSM6AAAAAA6BILZXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGI3DCMZSHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
For Ubuntu Linux (https://docs.docker.com/desktop/install/ubuntu/) and got the same error as the OP. After reading this NVIDIA/nvidia-container-toolkit#219 I tried without desktop and it worked. |
I'm running Ubuntu 23.04. I have the following packages related to docker and container installed:
|
I had a similar issue and I fixed by installing nvidia-computeG05 |
It's looking like when I envoke zwift.sh, the nvidia-container-cli can't find libnvidia-ml.so.1. Transcript below.
Ubuntu reports the following version of nvidia:
Looking at nvidia-container-cli, it seems to be in the know of the specific libraries it needs:
I can see the libraries exist both as the base .1 library and as the specific for this driver:
I'm not sure if this an issue with this docker or with my configuration of the nvidia docker. Looking to see if anyone else has a clue.
The text was updated successfully, but these errors were encountered: