Skip to content

Commit 72e8270

Browse files
committed
ci(sglang): use dedicated-buildkit input instead of hardcoded endpoints
Align build.yml with main's dedicated-buildkit boolean input from PR #132 and pass dedicated-buildkit: true in sglang.yml.
1 parent 52cec35 commit 72e8270

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sglang.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
image-name: sglang
2626
folder: sglang
27+
dedicated-buildkit: true
2728
tag-suffix: ${{ inputs.tag || 'nccl-cuda12.9.1-ubuntu22.04-nccl2.29.2-1-torch2.10.0-vision0.25.0-audio2.10.0-abi1' }}
2829
build-args: |
2930
BASE_IMAGE=${{ inputs.base-image || 'ghcr.io/coreweave/ml-containers/torch:17ad6db-nccl-cuda12.9.1-ubuntu22.04-nccl2.29.2-1-torch2.10.0-vision0.25.0-audio2.10.0-abi1'}}

0 commit comments

Comments
 (0)