[docs] upd docker files names everywhere (#12133)

This commit is contained in:
Vincent Zhong
2025-10-25 21:20:23 -04:00
committed by GitHub
parent b72f9f08c1
commit b4d2da106e
7 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ python scripts/release/bump_sglang_version.py 0.5.3rc0
**Files updated:**
- `Makefile`
- `benchmark/deepseek_v3/README.md`
- `docker/Dockerfile.rocm`
- `docker/rocm.Dockerfile`
- `docs/get_started/install.md`
- `docs/platforms/amd_gpu.md`
- `docs/platforms/ascend_npu.md`

View File

@@ -20,7 +20,7 @@ def main():
files_to_update = [
Path("benchmark/deepseek_v3/README.md"),
Path("docker/Dockerfile.rocm"),
Path("docker/rocm.Dockerfile"),
Path("docs/get_started/install.md"),
Path("docs/platforms/amd_gpu.md"),
Path("docs/platforms/ascend_npu.md"),