Skip to content

Commit 7ba3227

Browse files
abhijeet-dhumalsutaakar
authored andcommitted
Update training image cuda/rocm pipfiles and dockerfiles wrt torch version 2.5.1
1 parent 5f7143a commit 7ba3227

24 files changed

+5733
-14
lines changed

.tekton/training-cuda-push.yaml renamed to .tekton/training-push-py311-cuda121-torch241.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ metadata:
99
pipelinesascode.tekton.dev/on-cel-expression: |
1010
event == "push"
1111
&& target_branch == "main"
12-
&& ( "images/runtime/training/cuda/**".pathChanged() || ".tekton/training-cuda-push.yaml".pathChanged() )
12+
&& ( "images/runtime/training/py311-cuda121-torch241/**".pathChanged() || ".tekton/training-push-py311-cuda121-torch241.yaml".pathChanged() )
1313
creationTimestamp: null
1414
labels:
1515
appstudio.openshift.io/application: runtime-training
1616
appstudio.openshift.io/component: training-cuda
1717
pipelines.appstudio.openshift.io/type: build
18-
name: training-cuda-on-push
18+
name: training-push-py311-cuda121-torch241
1919
namespace: rhoai-tenant
2020
spec:
2121
params:
@@ -30,7 +30,7 @@ spec:
3030
- name: dockerfile
3131
value: Dockerfile
3232
- name: path-context
33-
value: images/runtime/training/cuda
33+
value: images/runtime/training/py311-cuda121-torch241
3434
taskRunSpecs:
3535
- pipelineTaskName: build-container
3636
stepSpecs:
@@ -497,4 +497,4 @@ spec:
497497
secret:
498498
secretName: '{{ git_auth_secret }}'
499499
status: {}
500-
#restart
500+
#restart

0 commit comments

Comments
 (0)