mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-04 14:07:41 +00:00
parent
eeb410f2de
commit
15e9841860
3 changed files with 4 additions and 4 deletions
|
|
@ -67,7 +67,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||
# Note: don't update the sha of previous versions because the install will take forever
|
||||
# instead, update the repo state in a later step
|
||||
|
||||
ARG SHA=7a14c8ab45da8a681792a6331d48a88dd684a0a9
|
||||
ARG SHA=00dab8f10defbbda579a1bc89c8d4e972c58a20d
|
||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||
cd stable-diffusion-webui
|
||||
git fetch
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||
pip install triton /xformers-0.0.15-cp310-cp310-linux_x86_64.whl
|
||||
|
||||
|
||||
ARG BRANCH=main SHA=e4cd66216e0b941de7f27b4e2e260aa4f8c956e7
|
||||
ARG BRANCH=main SHA=07e03b31b7610a27d709b366a491e57085d9b393
|
||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||
git fetch
|
||||
git reset --hard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue