[chore] SGLang tag management in Dockerfile (#12734)

This commit is contained in:
Baizhou Zhang
2025-11-05 19:03:26 -08:00
committed by GitHub
parent 97be66c358
commit 9a954982de
4 changed files with 8 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ jobs:
--build-arg BUILD_TYPE=${{ matrix.build_type }} \
--build-arg CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) \
--build-arg GRACE_BLACKWELL=${{ matrix.grace_blackwell }} \
--build-arg USE_LATEST_SGLANG=1 \
-t lmsysorg/sglang:${{ matrix.tag }} \
--no-cache \
.

View File

@@ -61,6 +61,7 @@ jobs:
--build-arg BUILD_TYPE=${{ matrix.build_type }} \
--build-arg CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) \
--build-arg GRACE_BLACKWELL=${{ matrix.grace_blackwell }} \
--build-arg USE_LATEST_SGLANG=1 \
-t lmsysorg/sglang:${{ matrix.tag }} \
--no-cache \
.