Update Dockerfile

1.10.1
This commit is contained in:
simonmcnair 2025-02-10 20:39:04 +00:00 committed by GitHub
parent bf55e214ac
commit 1fa117f333
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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