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:
lslowmotion 2024-05-02 15:24:58 +07:00
parent 473672f9be
commit 5dc305607e
4 changed files with 63 additions and 42 deletions

View file

@ -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 .