Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ make build
make build REGISTRY=false
```

`make build REGISTRY=false` builds `intel/order-accuracy-dine-in:2026.0.0` from the local Dockerfile.
`make build REGISTRY=false` builds `intel/order-accuracy-dine-in:2026.1.0` from the local Dockerfile.

> `ovms-vlm`, `semantic-service`, and `metrics-collector` are always pulled from their registries — they have no local build context.
> **Note:** `ovms-vlm`, `semantic-service`, and `metrics-collector` are always pulled from their registries — they have no local build context.

### Build a Custom Tag

Expand Down
12 changes: 6 additions & 6 deletions docs/user-guide/order-accuracy/dine-in/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ This document provides a comprehensive technical overview of the system architec

### Docker Services

| Container | Image | Ports | Description |
| ------------------------- | --------------------------------------- | ---------- | ----------------------------------- |
| `dinein_app` | `intel/order-accuracy-dine-in:2026.0.0` | 7861, 8083 | Main application (Gradio + FastAPI) |
| `dinein_ovms_vlm` | `openvino/model_server:latest-gpu` | 8002 | Vision-Language Model server |
| `dinein_semantic_service` | `intel/semantic-search-agent:1.0.0` | 8081, 9091 | Semantic text matching |
| `metrics-collector` | `intel/hl-ai-metrics-collector:1.0.0` | 8084 | System metrics aggregation |
| Container | Image | Ports | Description |
| ------------------------- | ---------------------------------------- | ---------- | ----------------------------------- |
| `dinein_app` | `intel/order-accuracy-dine-in:2026.1.0` | 7861, 8083 | Main application (Gradio + FastAPI) |
| `dinein_ovms_vlm` | `openvino/model_server:latest-gpu` | 8002 | Vision-Language Model server |
| `dinein_semantic_service` | `intel/semantic-search-agent:2026.1.0` | 8081, 9091 | Semantic text matching |
| `metrics-collector` | `intel/hl-ai-metrics-collector:2026.1.0` | 8084 | System metrics aggregation |

### Network Topology

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ This builds:

| Service | Image |
| -------------- | ---------------------------------------------- |
| order-accuracy | `intel/order-accuracy-take-away:2026.0.0` |
| frame-selector | `intel/order-accuracy-frame-selector:2026.0.0` |
| gradio-ui | `intel/order-accuracy-take-away-ui:2026.0.0` |
| rtsp-streamer | `intel/order-accuracy-take-away-rtsp:2026.0.0` |
| order-accuracy | `intel/order-accuracy-take-away:2026.1.0` |
| frame-selector | `intel/order-accuracy-frame-selector:2026.1.0` |
| gradio-ui | `intel/order-accuracy-take-away-ui:2026.1.0` |
| rtsp-streamer | `intel/order-accuracy-take-away-rtsp:2026.1.0` |

> `semantic-service` and OVMS (`openvino/model_server`) are always pulled — they have no local build context.
> **Note:** `semantic-service` and OVMS (`openvino/model_server`) are always pulled — they have no local build context.

### Build a Single Service

Expand Down
Loading