mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 06:35:14 +03:00
Patch docker conda install pip requirements (#1094)
Install getting stuck on user prompt: sd | Obtaining GFPGAN from git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN (from -r /sd/condaenv.h7qk_3wn.requirements.txt (line 25)) sd | What to do? (i)gnore, (w)ipe, (b)ackup sd | failed sd | sd | CondaEnvException: Pip failed this defaults the pip exists action to wiping the already existing lib and re-downloading it
This commit is contained in:
parent
e6a9e5d968
commit
fab5765fe4
@ -7,6 +7,8 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
env_file: .env_docker
|
||||
environment:
|
||||
PIP_EXISTS_ACTION: w
|
||||
volumes:
|
||||
- .:/sd
|
||||
- ./outputs:/sd/outputs
|
||||
|
Loading…
Reference in New Issue
Block a user