Skip to content

Commit b4d6eda

Browse files
Update odh-rocm-minimal-notebook-kpoc-push.yaml
1 parent 67181b4 commit b4d6eda

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.tekton/odh-rocm-minimal-notebook-kpoc-push.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ spec:
4646
limits:
4747
cpu: '16'
4848
memory: 32Gi
49+
taskRunSpecs:
50+
- pipelineTaskName: build-container
51+
stepSpecs:
52+
- name: build
53+
computeResources:
54+
requests:
55+
cpu: '8'
56+
memory: 16Gi
57+
limits:
58+
cpu: '16'
59+
memory: 32Gi
4960
pipelineSpec:
5061
description: |
5162
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)