Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down