Sygil-Dev / stable-diffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile Missing pynvml

bluedevil678 opened this issue · comments

I had to include this in the latest docker file:

RUN pip install pynvml

This was required to allow for launch (30/08/22) - Works fine one added.

commented

Will leave this for the Docker maintainer, please include a proper title in your issues.

It should be covered by the environment.yaml

https://github.com/hlky/stable-diffusion/blob/d4fc920b1e67abdcdb2d9ca95ce2890e849752d3/environment.yaml#L31

Does it really need to be run in the Dockerfile?

commented

It already updates on its own, just restart the container...

$ docker compose up
[+] Running 1/0
 ⠿ Container sd  Created                                                                                                                                             0.0s
Attaching to sd
sd  | Updating conda env: ldm ...