diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 785f2b5..a0ccd12 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -73,8 +73,8 @@ ENV ROOT=/stable-diffusion-webui RUN --mount=type=cache,target=/root/.cache/sd \ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git ${ROOT} && \ cd stable-diffusion-webui && \ - git reset --hard v1.10.1 && \ - pip install -r requirements_versions.txt + git reset --hard v1.10.1 # && \ + #pip install -r requirements_versions.txt RUN pip install --upgrade typing-extensions