mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-06 06:53:48 +00:00
updates
This commit is contained in:
parent
f859c3b221
commit
3ed0a6acf7
5 changed files with 4 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ git init
|
|||
git remote add origin "$2"
|
||||
git fetch origin "$3" --depth=1
|
||||
git reset --hard "$3"
|
||||
rm -rf .git
|
||||
rm -rf .git
|
||||
Loading…
Add table
Add a link
Reference in a new issue