Skip to content

Commit 98ef274

Browse files
committed
update arguments for build
1 parent 825b3d3 commit 98ef274

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.tekton/vllm-cuda-v2-20-push.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ spec:
3030
value: Dockerfile.ubi
3131
- name: path-context
3232
value: .
33+
- name: build-args
34+
value:
35+
- max_jobs=12
36+
- nvcc_threads=2
3337
taskRunSpecs:
3438
- pipelineTaskName: ecosystem-cert-preflight-checks
3539
computeResources:
@@ -138,7 +142,7 @@ spec:
138142
description: Add built image into an OCI image index
139143
name: build-image-index
140144
type: string
141-
- default: [max_jobs=48]
145+
- default: []
142146
description: Array of --build-arg values ("arg=value" strings) for buildah
143147
name: build-args
144148
type: array

0 commit comments

Comments
 (0)