Skip to content

Commit 2c0f163

Browse files
committed
Update README.md
1 parent c4f5031 commit 2c0f163

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,18 @@ docker run -p 8000:8000 ghcr.io/codelion/optillm:latest
102102
2024-10-22 07:45:06,293 - INFO - Starting server with approach: auto
103103
```
104104

105-
To use optillm without local inference and only as a proxy you can add the `-proxy` suffix.
105+
**Available Docker image variants:**
106+
107+
- **Full image** (`latest`): Includes all dependencies for local inference and plugins
108+
- **Proxy-only** (`latest-proxy`): Lightweight image without local inference capabilities
109+
- **Offline** (`latest-offline`): Self-contained image with pre-downloaded models (spaCy) for fully offline operation
106110

107111
```bash
112+
# Proxy-only (smallest)
108113
docker pull ghcr.io/codelion/optillm:latest-proxy
114+
115+
# Offline (largest, includes pre-downloaded models)
116+
docker pull ghcr.io/codelion/optillm:latest-offline
109117
```
110118

111119
### Install from source

0 commit comments

Comments
 (0)