This commit is contained in:
Simon McNair 2025-01-16 20:28:44 +00:00
parent f859c3b221
commit 3ed0a6acf7
5 changed files with 4 additions and 9 deletions

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
@ -30,7 +30,7 @@ WORKDIR /
RUN --mount=type=cache,target=/root/.cache/pip \
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
cd stable-diffusion-webui && \
git reset --hard v1.9.4 && \
git reset --hard v1.10.0 && \
pip install -r requirements_versions.txt