Skip to content

Commit f56cddb

Browse files
Add resources
1 parent b4d6eda commit f56cddb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.tekton/odh-generic-data-science-notebook-kpoc-push.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ spec:
3232
value: jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu
3333
- name: path-context
3434
value: .
35+
taskRunSpecs:
36+
- pipelineTaskName: build-container
37+
stepSpecs:
38+
- name: build
39+
computeResources:
40+
requests:
41+
cpu: '8'
42+
memory: 16Gi
43+
limits:
44+
cpu: '16'
45+
memory: 32Gi
3546
pipelineSpec:
3647
description: |
3748
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)