This commit is contained in:
zhujinyang 2023-11-07 16:33:11 +08:00
parent 6a34739135
commit afc5e8667f

View file

@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/cache --mount=type=cache,target=/root/.cache/pip
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 5ef669de080814067961f28357256e8fe27544f4 && \
git reset --hard bda2ecdbf58fd33b4ad3036ed5cc13eef02747ae && \
pip install -r requirements_versions.txt
RUN --mount=type=cache,target=/root/.cache/pip \