From 5f413f69bda6e261704e87acab75ddd75bd9ee1e Mon Sep 17 00:00:00 2001 From: coralian Date: Thu, 19 Sep 2024 21:44:55 -0400 Subject: [PATCH] Update Dockerfile --- services/AUTOMATIC1111/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index d595784..6e49ff7 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine/git:2.36.2 as download +FROM alpine/git:2.36.2 AS download COPY clone.sh /clone.sh @@ -31,7 +31,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \ cd stable-diffusion-webui && \ git reset --hard v1.9.4 && \ - pip install -r requirements_versions.txt + pip install -r requirements_versions.txt && \ + pip install -U typing_extensions ENV ROOT=/stable-diffusion-webui