stablediffusion-infinity icon indicating copy to clipboard operation
stablediffusion-infinity copied to clipboard

Error response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]]

Open Baquara opened this issue 2 years ago • 1 comments

Hello,

I have an nvidia RTX 3060 12gb card with proprietary nvidia drivers installed, but I am getting the following issue:

I first run:

docker-compose build
docker-compose up

Then I am getting the following output:

Attaching to stablediffusion-infinity-sd-infinity-1
Error response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]]

Baquara avatar Sep 25 '22 04:09 Baquara

Try running

docker run -it --gpus=all --rm nvidia/cuda:11.4.2-base-ubuntu20.04 nvidia-smi

Does that run successfully and list your GPU? If not then somethings not setup on your end.

tpsjr7 avatar Oct 05 '22 05:10 tpsjr7