Skip to content

Commit 3171138

Browse files
Upgrade Ray CUDA image from 12.8 to 12.9
Rename 2.55.1-py312-cu128 to 2.55.1-py312-cu129 and add training-hub runtime with vllm 0.13.0, verl 0.8.0, and AIPCC CUDA extensions. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 57f954a commit 3171138

11 files changed

Lines changed: 4867 additions & 3206 deletions

File tree

Lines changed: 5 additions & 5 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/ray/cuda/2.55.1-py312-cu128/**".pathChanged() || ".tekton/ray-2.55.1-py312-cu128-push.yaml".pathChanged() )
12+
&& ( "images/runtime/ray/cuda/2.55.1-py312-cu129/**".pathChanged() || ".tekton/ray-2.55.1-py312-cu129-push.yaml".pathChanged() )
1313
creationTimestamp: null
1414
labels:
1515
appstudio.openshift.io/application: runtime-ray
1616
appstudio.openshift.io/component: ray-cuda
1717
pipelines.appstudio.openshift.io/type: build
18-
name: ray-cuda-2.55.1-py312-cu128-on-push
18+
name: ray-cuda-2.55.1-py312-cu129-on-push
1919
namespace: rhoai-tenant
2020
spec:
2121
params:
@@ -24,13 +24,13 @@ spec:
2424
- name: revision
2525
value: '{{revision}}'
2626
- name: output-image
27-
value: quay.io/modh/ray:2.55.1-py312-cu128
27+
value: quay.io/modh/ray:2.55.1-py312-cu129
2828
- name: additional-tag
29-
value: 2.55.1-py312-cu128-{{revision}}
29+
value: 2.55.1-py312-cu129-{{revision}}
3030
- name: dockerfile
3131
value: Dockerfile
3232
- name: path-context
33-
value: images/runtime/ray/cuda/2.55.1-py312-cu128
33+
value: images/runtime/ray/cuda/2.55.1-py312-cu129
3434
taskRunSpecs:
3535
- pipelineTaskName: build-images
3636
stepSpecs:

images/runtime/ray/cuda/2.55.1-py312-cu128/Dockerfile

Lines changed: 0 additions & 146 deletions
This file was deleted.

images/runtime/ray/cuda/2.55.1-py312-cu128/Pipfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)