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

This commit is contained in:
Vincent Zhong
2025-10-25 18:20:23 -07:00
committed by GitHub
parent b72f9f08c1
commit b4d2da106e
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ format: check-deps ## Format modified Python files using isort and black
@echo "Formatting modified Python files..."
git diff --name-only --diff-filter=M | grep '\.py$$' | xargs -I {} sh -c 'isort {} && black {}'
FILES_TO_UPDATE = docker/Dockerfile.rocm \
FILES_TO_UPDATE = docker/rocm.Dockerfile \
python/pyproject.toml \
python/pyproject_other.toml \
python/sglang/version.py \