[bugs] docker file name should be <name>.Dockerfile so it can properly render (#11869)

This commit is contained in:
Simo Lin
2025-10-25 08:34:43 -07:00
committed by GitHub
parent 3865afc5df
commit 22cbc9c086
15 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
docker build \
${PR_REPO:+--build-arg SGLANG_REPO=$PR_REPO} \
${PR_HEAD_REF:+--build-arg VER_SGLANG=$PR_HEAD_REF} \
. -f docker/Dockerfile.xeon -t sglang_xeon --no-cache
. -f docker/xeon.Dockerfile -t sglang_xeon --no-cache
- name: Run container
run: |