diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 79dd81b..990c28d 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -32,7 +32,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \ cd stable-diffusion-webui && \ git reset --hard v1.9.4 && \ pip install -r requirements_versions.txt - +# Add this line to update typing_extensions +RUN pip install --upgrade typing_extensions ENV ROOT=/stable-diffusion-webui