mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 07:12:11 +01:00
Update Dockerfile
1.10.1
This commit is contained in:
parent
bf55e214ac
commit
1fa117f333
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue