[hotfix] Fixes on cuda 13 docker image (#17541)

Co-authored-by: iforgetmyname <iforgetmyname@users.noreply.github>
This commit is contained in:
Baizhou Zhang
2026-01-22 12:29:55 +08:00
committed by GitHub
parent a5bbcda968
commit fafa171529
5 changed files with 5 additions and 0 deletions

View File

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