You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the docker compose command: docker compose up --build
I get this error: Error response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]]
I can see that the driver name in the docker-compose.yml file is "nvidia", so I just need to change this to my device driver name, right? How do I find out what that is? I'm running Linux Mint 21 (Vanessa). Has anyone else encountered this problem? Thanks!
The text was updated successfully, but these errors were encountered:
When I run the docker compose command:
docker compose up --build
I get this error:
Error response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]]
I can see that the driver name in the docker-compose.yml file is "nvidia", so I just need to change this to my device driver name, right? How do I find out what that is? I'm running Linux Mint 21 (Vanessa). Has anyone else encountered this problem? Thanks!
The text was updated successfully, but these errors were encountered: