This commit is contained in:
AbdBarho 2022-10-26 19:37:00 +02:00
parent 31c21025ea
commit 70ac67f9fa
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ services:
<<: *base_service <<: *base_service
profiles: ["auto"] profiles: ["auto"]
build: ./services/AUTOMATIC1111 build: ./services/AUTOMATIC1111
image: sd-auto:2 image: sd-auto:3
environment: environment:
- CLI_ARGS=--allow-code --medvram --xformers - CLI_ARGS=--allow-code --medvram --xformers

View file

@ -59,7 +59,7 @@ RUN apt-get install jq moreutils -y
# Note: don't update the sha of previous versions because the install will take forever # Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step # instead, update the repo state in a later step
ARG SHA=df0a1f83815c771246a7b1bca85d63feaefad8d1 ARG SHA=737eb28faca8be2bb996ee0930ec77d1f7ebd939
RUN <<EOF RUN <<EOF
cd stable-diffusion-webui cd stable-diffusion-webui
git pull --rebase git pull --rebase