diff --git a/docker-compose.yml b/docker-compose.yml index a4e9412..e42465e 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 2b163c8..ce56fcc 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -53,7 +53,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 <