Skip to content

Commit 67181b4

Browse files
Add resources
1 parent 797188e commit 67181b4

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
@@ -35,6 +35,17 @@ spec:
3535
value: jupyter/minimal/ubi9-python-3.11/Dockerfile.rocm
3636
- name: path-context
3737
value: .
38+
taskRunSpecs:
39+
- pipelineTaskName: build-container
40+
stepSpecs:
41+
- name: build
42+
computeResources:
43+
requests:
44+
cpu: '8'
45+
memory: 16Gi
46+
limits:
47+
cpu: '16'
48+
memory: 32Gi
3849
pipelineSpec:
3950
description: |
4051
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)