mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-02 21:54:17 +01:00
Update Dockerfile
Build Fix /opt/docker/stable-diffusion-webui-docker/services/AUTOMATIC1111/Dockerfile
This commit is contained in:
parent
f93f6e3baf
commit
79a6043ea2
|
|
@ -31,7 +31,8 @@ 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.9.4 && \
|
||||
pip install -r requirements_versions.txt
|
||||
pip install -r requirements_versions.txt && \
|
||||
pip install --upgrade typing-extensions
|
||||
|
||||
|
||||
ENV ROOT=/stable-diffusion-webui
|
||||
|
|
|
|||
Loading…
Reference in a new issue