Skip to content

Commit

Permalink
Update Invoke (AbdBarho#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Dec 16, 2022
1 parent d70e96d commit 5a9d305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
<<: *base_service
profiles: ["invoke"]
build: ./services/invoke/
image: sd-invoke:13
image: sd-invoke:14
environment:
- PRELOAD=true
- CLI_ARGS=
2 changes: 1 addition & 1 deletion services/invoke/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd /usr/lib/x86_64-linux-gnu/pkgconfig/
ln -sf opencv4.pc opencv.pc
EOF

ARG BRANCH=main SHA=5d20f479938489d6e242fff9c65b5c5005e18fbe
ARG BRANCH=main SHA=ffa54f4a35ed1aa5a574f911de9dab777cf01f3e
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
git fetch
git reset --hard
Expand Down

0 comments on commit 5a9d305

Please sign in to comment.