This commit is contained in:
AbdBarho 2022-10-24 20:40:49 +02:00
parent 218b742a7f
commit fa950e28ef
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ services:
<<: *base_service <<: *base_service
profiles: ["lstein"] profiles: ["lstein"]
build: ./services/lstein/ build: ./services/lstein/
image: sd-lstein:1 image: sd-lstein:2
environment: environment:
- PRELOAD=true - PRELOAD=true
- CLI_ARGS= - CLI_ARGS=

View file

@ -24,7 +24,7 @@ conda clean -a -y
EOF EOF
ARG BRANCH=development SHA=554445a985d970200095bbcb109273a49c462682 ARG BRANCH=development SHA=3081b6b7dd4c2fb1156e7a99dc461012c4ecda35
RUN <<EOF RUN <<EOF
cd stable-diffusion cd stable-diffusion
git fetch git fetch