Skip to content

Commit fa558d0

Browse files
committed
docs: add usage instructions for running PromptPex in Docker
1 parent e50b3c9 commit fa558d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ PromptPex provides the following capabilities:
3232
- PromptPex uses an LLM to automatically determine whether model outputs meet the specified requirements.
3333
- Automatically export the generated tests and rule-based evaluations to the OpenAI Evals API.
3434

35+
## Running PromptPex
36+
37+
The PromptPex tool runs dockerized with this command.
38+
39+
```sh
40+
docker run -p 8003:8003 ghcr.io/microsoft/promptpex:v0
41+
```
42+
3543
## Responsible AI Transparency Note
3644

3745
Please reference [responsible-ai-transparency-note.md](./docs/src/content/docs/responsible-ai-transparency-note.md) for more information.

0 commit comments

Comments
 (0)