Update Dockerfile

This commit is contained in:
simonmcnair 2025-03-24 21:26:20 +00:00 committed by GitHub
parent 8fe07a18e3
commit c417634e1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ 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 # && \
git reset --hard v1.10.1 && \
pip install -r requirements_versions.txt
RUN pip install --upgrade typing-extensions