stable-diffusion-webui-docker/services/AUTOMATIC1111
神楽坂·喵 37a82af4b7
Add build-essential package (#522)
Fix the problem that some extensions need to be installed from src
Now, because the step of installing extensions is moved forward in
`entrypoint.sh` instead of `startup.sh`, we cannot install some required
packages before executing `install.py`
When installing the extension `sd-webui-roop`, it relies on
`insightface==0.7.3`, and when installing this pypi package, it is found
that when building the wheel package, an error will be reported because
`gcc` cannot be found

ddc02ee1a9/requirements.txt (L1)
Therefore, considering that not all pypi packages are distributed in
wheel, those pypi packages distributed in src need `build-essential` to
build
2023-06-26 21:37:37 +02:00
..
clone.sh Make Dockerfiles OCI compliant (#408) 2023-04-16 10:32:03 +02:00
config.py Fix overwriting existing values in config.json in auto (#418) 2023-05-06 07:38:36 +02:00
Dockerfile Add build-essential package (#522) 2023-06-26 21:37:37 +02:00
entrypoint.sh Create dirs if not exist (#520) 2023-06-25 20:21:41 +02:00
info.py Add gcc (#66) 2022-09-15 20:45:21 +02:00