This commit is contained in:
AbdBarho 2022-10-26 19:48:37 +02:00
parent 2f556b9e32
commit b73398d83f
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:2 image: sd-lstein:3
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=3081b6b7dd4c2fb1156e7a99dc461012c4ecda35 ARG BRANCH=development SHA=2b6d78e4363f3eca726228a40b6de832eb0ac040
RUN <<EOF RUN <<EOF
cd stable-diffusion cd stable-diffusion
git fetch git fetch