File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,18 @@ docker run -p 8000:8000 ghcr.io/codelion/optillm:latest
1021022024-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)
108113docker 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
You can’t perform that action at this time.
0 commit comments