We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33c783 commit 57f5296Copy full SHA for 57f5296
.tekton/runtime-cuda-pytorch-kpoc-push.yaml
@@ -21,6 +21,8 @@ metadata:
21
name: runtime-cuda-pytorch-kpoc-on-push
22
namespace: open-data-hub-tenant
23
spec:
24
+ timeouts:
25
+ pipeline: 8h
26
params:
27
- name: git-url
28
value: '{{source_url}}'
@@ -43,6 +45,17 @@ spec:
43
45
limits:
44
46
cpu: '16'
47
memory: 32Gi
48
+ taskRunSpecs:
49
+ - pipelineTaskName: build-container
50
+ stepSpecs:
51
+ - name: build
52
+ computeResources:
53
+ requests:
54
+ cpu: '8'
55
+ memory: 16Gi
56
+ limits:
57
+ cpu: '16'
58
+ memory: 32Gi
59
pipelineSpec:
60
description: |
61
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
0 commit comments