basujindal / stable-diffusion

Optimized Stable Diffusion modified to run on lower GPU VRAM
Other
3.14k stars 469 forks source link

Error response from daemon: Unknown runtime specified nvidia - Arch Linux #113

Closed hewrym closed 2 years ago

hewrym commented 2 years ago

Hi, I'm trying to use Docker on Arch Linux to run this and I'm getting the following error:

⠋ Container stable-diffusion-sd-1  Creating                                                                    0.0s
Error response from daemon: Unknown runtime specified nvidia

I have installed docker, docker-compose and nvidia-container-toolkit as explained in the readme. I rebooted several times but nothing seems to work.

krylm commented 2 years ago

I've modified docker-compose.yml like this and it's fully working with UI interface. docker-compose.yml.txt

hewrym commented 2 years ago

I've modified docker-compose.yml like this and it's fully working with UI interface. docker-compose.yml.txt

This solved it, thank you!