diff --git a/docker-compose.yml b/docker-compose.yml index 8e2cc2f..3d5ad96 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["hlky"] build: ./services/hlky/ - image: sd-hlky:2 + image: sd-hlky:3 environment: - CLI_ARGS=--optimized-turbo - USE_STREAMLIT=0 @@ -51,7 +51,7 @@ services: <<: *base_service profiles: ["lstein"] build: ./services/lstein/ - image: sd-lstein:2 + image: sd-lstein:3 environment: - PRELOAD=true - CLI_ARGS= diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 54409be..797ad20 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -57,7 +57,7 @@ RUN apt-get install jq moreutils -y # Note: don't update the sha of previous versions because the install will take forever # instead, update the repo state in a later step -ARG SHA=df0a1f83815c771246a7b1bca85d63feaefad8d1 +ARG SHA=737eb28faca8be2bb996ee0930ec77d1f7ebd939 RUN <