Skip to content

Commit 84cc18b

Browse files
Update runtime-cuda-tensorflow-kpoc-push.yaml
1 parent ec39c6b commit 84cc18b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.tekton/runtime-cuda-tensorflow-kpoc-push.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,22 @@ spec:
3636
- name: path-context
3737
value: .
3838
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
4939
- pipelineTaskName: ecosystem-cert-preflight-checks
5040
computeResources:
5141
requests:
5242
cpu: '8'
5343
memory: 16Gi
5444
limits:
5545
cpu: '16'
56-
memory: 32Gi
46+
memory: 32Gi
5747
- pipelineTaskName: clair-scan
5848
computeResources:
5949
requests:
6050
cpu: '8'
6151
memory: 16Gi
6252
limits:
6353
cpu: '16'
64-
memory: 32Gi
54+
memory: 32Gi
6555
pipelineSpec:
6656
description: |
6757
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)