[model-gateway] add model gateway multi-arch docker build, test and document docker image (#15544)

This commit is contained in:
Simo Lin
2025-12-20 11:56:59 -08:00
committed by GitHub
parent d3885d4ba6
commit 69412ccb1f
3 changed files with 20 additions and 6 deletions
+7
View File
@@ -43,6 +43,13 @@ High-performance model routing control and data plane for large-scale LLM deploy
- Additional guides, API references, and deployment patterns are continuously updated alongside SGLang releases.
## Installation
### Docker
Pre-built Docker images are available on Docker Hub with multi-architecture support (x86_64 and ARM64):
```bash
docker pull lmsysorg/sgl-model-gateway:latest
```
### Prerequisites
- **Rust and Cargo**
```bash