Skip to content

Commit

Permalink
Add docker section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
functorism committed Jul 6, 2024
1 parent bb56f37 commit 98ed8b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ with various model providers by leveraging gateways such as Portkey.
<img src="./screenshots/light-full.png" height="400" />
</p>

## Docker

You can run MiniChat with Docker, the images is less than 2MB.

```
docker run -p 3216:3216 ghcr.io/functorism/minichat:master
```

## Docker Compose

### Ollama
Expand Down

0 comments on commit 98ed8b2

Please sign in to comment.