[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
@@ -46,7 +46,7 @@ jobs:
docker build \
${PR_REPO:+--build-arg SG_LANG_REPO=$PR_REPO} \
${PR_HEAD_REF:+--build-arg SG_LANG_BRANCH=$PR_HEAD_REF} \
--no-cache --progress=plain -f docker/Dockerfile.xpu -t xpu_sglang_main:bmg .
--no-cache --progress=plain -f docker/xpu.Dockerfile -t xpu_sglang_main:bmg .
- name: Run container
id: start_container