Skip to content

Commit

Permalink
add docker build to contribute guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lapp committed Feb 20, 2024
1 parent 59ba74d commit 29797c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/community/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ pre-commit install

```bash
docker build -t outlines-serve .
docker run -p 8012:8000 outlines-serve
docker run -p 8012:8000 outlines-serve --model="mistralai/Mistral-7B-Instruct-v0.2"
```

This builds and runs `outlines-serve` on `localhost:8012`
This builds `outlines-serve` and runs on `localhost:8012` with the model `Mistral-7B-Instruct-v0.2`

### Before pushing your code

Expand Down

0 comments on commit 29797c6

Please sign in to comment.