[model-gateway] fix gateway docker build due to recent py code change (#13532)

This commit is contained in:
Chang Su
2025-11-18 11:24:25 -08:00
committed by GitHub
parent f5566acc2a
commit b8e32e7965
3 changed files with 5 additions and 4 deletions

View File

@@ -26,5 +26,5 @@ jobs:
version=$(cat sgl-router/bindings/python/sglang_router/version.py | cut -d'"' -f2)
tag=v${version}
docker build . -f docker/router.Dockerfile -t lmsysorg/sglang-router:${tag} --no-cache
docker build . -f docker/gateway.Dockerfile -t lmsysorg/sglang-router:${tag} --no-cache
docker push lmsysorg/sglang-router:${tag}