mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-07 09:10:44 +01:00
Update Dockerfile
trying something
This commit is contained in:
parent
9a73fad114
commit
53153c6f32
|
|
@ -73,8 +73,8 @@ ENV ROOT=/stable-diffusion-webui
|
||||||
RUN --mount=type=cache,target=/root/.cache/sd \
|
RUN --mount=type=cache,target=/root/.cache/sd \
|
||||||
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git ${ROOT} && \
|
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git ${ROOT} && \
|
||||||
cd stable-diffusion-webui && \
|
cd stable-diffusion-webui && \
|
||||||
git reset --hard v1.10.1 && \
|
git reset --hard v1.10.1 # && \
|
||||||
pip install -r requirements_versions.txt
|
#pip install -r requirements_versions.txt
|
||||||
|
|
||||||
RUN pip install --upgrade typing-extensions
|
RUN pip install --upgrade typing-extensions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue