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:
Sérgio 2022-09-14 00:42:10 +03:00 committed by GitHub
parent e6a9e5d968
commit fab5765fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@ services:
context: .
dockerfile: Dockerfile
env_file: .env_docker
environment:
PIP_EXISTS_ACTION: w
volumes:
- .:/sd
- ./outputs:/sd/outputs