Skip to content

Commit f31e097

Browse files
Add resources
1 parent 57f5296 commit f31e097

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.tekton/runtime-cuda-pytorch-kpoc-push.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@ spec:
5656
limits:
5757
cpu: '16'
5858
memory: 32Gi
59+
taskRunSpecs:
60+
- pipelineTaskName: build-container
61+
stepSpecs:
62+
- name: build
63+
computeResources:
64+
requests:
65+
cpu: '8'
66+
memory: 16Gi
67+
limits:
68+
cpu: '16'
69+
memory: 32Gi
5970
pipelineSpec:
6071
description: |
6172
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)