Update install.md (#11631)

This commit is contained in:
Lianmin Zheng
2025-10-14 14:34:46 -07:00
committed by GitHub
parent e28c9e526f
commit d314bf6010

View File

@@ -51,6 +51,8 @@ docker run --gpus all \
python3 -m sglang.launch_server --model-path meta-llama/Llama-3.1-8B-Instruct --host 0.0.0.0 --port 30000
```
You can also find the nightly docker images [here](https://hub.docker.com/r/lmsysorg/sglang/tags?name=nightly).
## Method 4: Using Kubernetes
Please check out [OME](https://github.com/sgl-project/ome), a Kubernetes operator for enterprise-grade management and serving of large language models (LLMs).