Issues with Nvidia docker container #142
Replies: 3 comments 7 replies
-
@timmarkhuff what base OS and platform are you testing on? |
Beta Was this translation helpful? Give feedback.
-
I haven't personally experienced this issue before; however, it seems related to this issue. Folks there indicate that the issue is most prominent when using Docker via the Docker Desktop installation. They also mention that the issue seems to be with Docker not getting access to the GPU and running the container with sudo seems to help |
Beta Was this translation helpful? Give feedback.
-
Have you tried the devcontainer by chance? If the issue persists there then we can isolate the problem to either a container or local issue. If it does work then that would indicate that there’s an issue with the docker-compose script |
Beta Was this translation helpful? Give feedback.
-
I've gotten the NVIDIA docker container to work several times, but I am periodically faced with this error:
It seems docker is not able to find the NVIDIA container toolkit, but I don't know why because it is installed. I have resolved this issue a few times by blindly reinstalling Docker and NVIDIA container toollkit and repeated trying
docker compose
, but I can't figure out what is the root cause of this issue, or what the correct way to fix it is.@evan-palmer , do you have any insight here?
Beta Was this translation helpful? Give feedback.
All reactions