diff --git a/docker-compose.yml b/docker-compose.yml index 4882cfc..22c5df0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,10 +28,9 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:51 - restart: always + image: sd-auto:52 environment: - - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api --no-half-vae + - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api auto-cpu: <<: *automatic diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 240ae62..a610d0c 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -27,7 +27,7 @@ ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1 RUN --mount=type=cache,target=/root/.cache/pip \ pip install torch==1.13.1+cu117 torchvision --extra-index-url https://download.pytorch.org/whl/cu117 -RUN apt-get update && apt install fonts-dejavu-core rsync git jq moreutils ffmpeg -y && apt-get clean +RUN apt-get update && apt install fonts-dejavu-core rsync git jq moreutils -y && apt-get clean RUN --mount=type=cache,target=/root/.cache/pip \