doc: update step-3.7-flash docker image tag (#26625)

This commit is contained in:
Yuhao Yang
2026-05-29 08:40:17 +08:00
committed by GitHub
parent f66f56c6bd
commit a8cfae0b30
@@ -19,14 +19,14 @@ Step-3.7-Flash is currently available in SGLang via Docker image install.
### Docker (NVIDIA) ### Docker (NVIDIA)
```bash Command ```bash Command
# Pull the docker image # Pull the docker image
docker pull lmsysorg/sglang:dev-pr-18084 docker pull lmsysorg/sglang:dev-step-3.7-flash
# Launch the container # Launch the container
docker run -it --gpus all \ docker run -it --gpus all \
--shm-size=32g \ --shm-size=32g \
--ipc=host \ --ipc=host \
--network=host \ --network=host \
lmsysorg/sglang:dev-pr-18084 bash lmsysorg/sglang:dev-step-3.7-flash bash
``` ```
## 3. Model Deployment ## 3. Model Deployment