We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825b3d3 commit 98ef274Copy full SHA for 98ef274
.tekton/vllm-cuda-v2-20-push.yaml
@@ -30,6 +30,10 @@ spec:
30
value: Dockerfile.ubi
31
- name: path-context
32
value: .
33
+ - name: build-args
34
+ value:
35
+ - max_jobs=12
36
+ - nvcc_threads=2
37
taskRunSpecs:
38
- pipelineTaskName: ecosystem-cert-preflight-checks
39
computeResources:
@@ -138,7 +142,7 @@ spec:
138
142
description: Add built image into an OCI image index
139
143
name: build-image-index
140
144
type: string
141
- - default: [max_jobs=48]
145
+ - default: []
146
description: Array of --build-arg values ("arg=value" strings) for buildah
147
name: build-args
148
type: array
0 commit comments