stable-diffusion
stable-diffusion copied to clipboard
could not select device driver "nvidia" with capabilities [[gpu]]
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 instructions in the readme call for the Nvidia Container Toolkit. Have you installed that toolkit?