Skip to content

Commit 405fc74

Browse files
Add resources
1 parent 3ded1c5 commit 405fc74

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.tekton/odh-pytorch-gpu-notebook-poc1-push.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ spec:
3232
value: jupyter/pytorch/ubi9-python-3.11/Dockerfile.cuda
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)