Skip to content

Commit

Permalink
Sample engine invokes should always pull latest
Browse files Browse the repository at this point in the history
Otherwise we have to remind people to pull before running.
  • Loading branch information
slimslenderslacks committed Sep 3, 2024
1 parent b86d804 commit e6f5100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ following command.

```sh
docker run --rm \
--pull=always \
-v /var/run/docker.sock:/var/run/docker.sock \
--mount type=volume,source=docker-prompts,target=/prompts \
vonwig/prompts:latest --host-dir $PWD \
Expand All @@ -63,6 +64,7 @@ a GitHub ref. For example, to test some local prompts in a directory named `my_

```sh
docker run --rm \
--pull=always \
-v /var/run/docker.sock:/var/run/docker.sock \
--mount type=bind,source=$PWD,target=/app/my_prompts \
--workdir /app \
Expand Down

0 comments on commit e6f5100

Please sign in to comment.