mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 08:14:26 -04:00
Update versions (#315)
auto:7a14c8ab45invoke:e4cd66216eAlso, fix script mounting in auto #295
This commit is contained in:
@@ -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=93fad28a979727f9b1331dbdc447598824057cdc
|
||||
ARG SHA=7a14c8ab45da8a681792a6331d48a88dd684a0a9
|
||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||
cd stable-diffusion-webui
|
||||
git fetch
|
||||
@@ -75,8 +75,7 @@ git reset --hard ${SHA}
|
||||
pip install -r requirements_versions.txt
|
||||
EOF
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip install -U opencv-python-headless 'transformers>=4.24'
|
||||
RUN --mount=type=cache,target=/root/.cache/pip pip install -U opencv-python-headless
|
||||
|
||||
COPY . /docker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user