This commit is contained in:
Ivan Novikov 2025-02-13 14:31:56 +00:00 committed by GitHub
commit 2671e8f934
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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