fix: docker build

This commit is contained in:
Alpha Nerd 2026-04-07 17:50:42 +02:00
parent 9c4b506805
commit 27d77c6e5d
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
3 changed files with 3 additions and 23 deletions

View file

@ -80,14 +80,14 @@ Pre-built multi-arch images (`linux/amd64`, `linux/arm64`) are published automat
```sh
docker pull bitfreedom.net/nomyo-ai/nomyo-router:latest
docker pull bitfreedom.net/nomyo-ai/nomyo-router:v0.7.0
docker pull bitfreedom.net/nomyo-ai/nomyo-router:0.7
```
**Semantic image** (semantic cache with `all-MiniLM-L6-v2` pre-baked, ~800 MB):
```sh
docker pull bitfreedom.net/nomyo-ai/nomyo-router:latest-semantic
docker pull bitfreedom.net/nomyo-ai/nomyo-router:0.7.0-semantic
docker pull bitfreedom.net/nomyo-ai/nomyo-router:0.7-semantic
```
### Build the container image locally