mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
Merge 5ebe7a5849 into 802d0bcd68
This commit is contained in:
commit
2671e8f934
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine/git:2.36.2 as download
|
||||
FROM alpine/git:2.36.2 AS download
|
||||
|
||||
COPY clone.sh /clone.sh
|
||||
|
||||
|
|
@ -32,7 +32,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||
cd stable-diffusion-webui && \
|
||||
git reset --hard v1.9.4 && \
|
||||
pip install -r requirements_versions.txt
|
||||
|
||||
# Add this line to update typing_extensions
|
||||
RUN pip install --upgrade typing_extensions
|
||||
|
||||
ENV ROOT=/stable-diffusion-webui
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue