Skip to content

Commit 6e2e879

Browse files
change build machine for universal image
Signed-off-by: Brian Gallagher <[email protected]>
1 parent 7896e0b commit 6e2e879

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.tekton/universal-image-py312-cuda128-torch280-pull-request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ spec:
2929
value: 5d
3030
- name: dockerfile
3131
value: /images/universal/training/py312-cuda128-torch280/Dockerfile
32+
- name: build-platforms
33+
value:
34+
- linux-extra-fast/amd64
3235
pipelineSpec:
3336
description: |
3437
This pipeline is ideal for building container images from a Containerfile while reducing network traffic.

.tekton/universal-image-py312-cuda128-torch280-push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ spec:
2626
value: quay.io/opendatahub/odh-training-cuda128-torch28-py312-rhel9:latest
2727
- name: dockerfile
2828
value: /images/universal/training/py312-cuda128-torch280/Dockerfile
29+
- name: build-platforms
30+
value:
31+
- linux-extra-fast/amd64
2932
pipelineSpec:
3033
description: |
3134
This pipeline is ideal for building container images from a Containerfile while reducing network traffic.

0 commit comments

Comments
 (0)