This commit is contained in:
AbdBarho 2022-11-05 09:33:30 +01:00
parent 58403267dd
commit 074a305967
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ services:
<<: *base_service
profiles: ["hlky"]
build: ./services/hlky/
image: sd-hlky:6
image: sd-hlky:7
environment:
- CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0

View file

@ -25,7 +25,7 @@ EOF
RUN apt-get update && apt install libsndfile1 ffmpeg -y && apt-get clean
ARG BRANCH=dev SHA=62f9706d6abf52c7a0facbfddbc22f98e2b3fa85
ARG BRANCH=dev SHA=6f6d7571ea56809c1beaf11430ec36ab28e0884f
RUN <<EOF
cd stable-diffusion
git fetch