Skip to content

Commit

Permalink
Update Invoke (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho authored Feb 26, 2023
1 parent b36de9e commit c54e263
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 @@ -43,7 +43,7 @@ services:
<<: *base_service
profiles: ["invoke"]
build: ./services/invoke/
image: sd-invoke:24
image: sd-invoke:25
environment:
- PRELOAD=true
- CLI_ARGS=
Expand Down
2 changes: 1 addition & 1 deletion services/invoke/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ln -sf opencv4.pc opencv.pc
EOF


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

0 comments on commit c54e263

Please sign in to comment.