mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 14:35:44 +00:00
Add support for podman-compose profile
- Cleaned up unnecessary compose yml - Added simple documentation - Added support for podman-compose profile Next: Stable Diffusion Web UI other than AUTOMATIC1111 support
This commit is contained in:
parent
473672f9be
commit
5dc305607e
4 changed files with 63 additions and 42 deletions
|
|
@ -24,6 +24,7 @@ WORKDIR ${ROOT}
|
|||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip,Z \
|
||||
git reset --hard f3b2e02921927d9317255b1c3811f47bd40a2bf9 && \
|
||||
pip install --upgrade pip && \
|
||||
pip install -e .
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue