From f004d862925a25d42c6539311650e1aa0d8e09c0 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sun, 29 Jan 2023 19:50:47 +0100 Subject: [PATCH] versions --- docker-compose.yml | 4 ++-- services/AUTOMATIC1111/Dockerfile | 2 +- services/invoke/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 143e58f..d9c5320 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:40 + image: sd-auto:41 environment: - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api @@ -42,7 +42,7 @@ services: <<: *base_service profiles: ["invoke"] build: ./services/invoke/ - image: sd-invoke:20 + image: sd-invoke:21 environment: - PRELOAD=true - CLI_ARGS= diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 5dc1a17..0b283f9 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -67,7 +67,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ # 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=7a14c8ab45da8a681792a6331d48a88dd684a0a9 +ARG SHA=00dab8f10defbbda579a1bc89c8d4e972c58a20d RUN --mount=type=cache,target=/root/.cache/pip <