Update Invoke (#261)

5d20f47993
This commit is contained in:
AbdBarho
2022-12-14 09:47:36 +01:00
committed by GitHub
parent d97d257fd3
commit d70e96da71
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ services:
<<: *base_service <<: *base_service
profiles: ["invoke"] profiles: ["invoke"]
build: ./services/invoke/ build: ./services/invoke/
image: sd-invoke:12 image: sd-invoke:13
environment: environment:
- PRELOAD=true - PRELOAD=true
- CLI_ARGS= - CLI_ARGS=

View File

@@ -33,7 +33,7 @@ cd /usr/lib/x86_64-linux-gnu/pkgconfig/
ln -sf opencv4.pc opencv.pc ln -sf opencv4.pc opencv.pc
EOF EOF
ARG BRANCH=main SHA=e159bb3dceb26d1bc3ab12f249e4ef4669fa1584 ARG BRANCH=main SHA=5d20f479938489d6e242fff9c65b5c5005e18fbe
RUN --mount=type=cache,target=/root/.cache/pip <<EOF RUN --mount=type=cache,target=/root/.cache/pip <<EOF
git fetch git fetch
git reset --hard git reset --hard