diff --git a/docker-compose.yml b/docker-compose.yml index 874e49b..ec5c4b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,6 +29,7 @@ services: build: ./services/hlky/ environment: - CLI_ARGS=--optimized-turbo + - USE_STREAMLIT=0 auto: &automatic <<: *base_service diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 9be2905..c36a90e 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=03d62538aebeff51713619fe808c953bdb70193d +ARG SHA=36a0ba357ab0742c3c4a28437b68fb29a235afbe RUN <