[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
@@ -31,5 +31,5 @@ jobs:
version=$(cat python/sglang/version.py | cut -d'"' -f2)
tag=v${version}-xeon
docker build . -f docker/Dockerfile.xeon -t lmsysorg/sglang:${tag} --no-cache
docker build . -f docker/xeon.Dockerfile -t lmsysorg/sglang:${tag} --no-cache
docker push lmsysorg/sglang:${tag}