Skip to content

Commit 90c60eb

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents c3cf73a + b3d17f0 commit 90c60eb

File tree

6 files changed

+1876
-1761
lines changed

6 files changed

+1876
-1761
lines changed

.tekton/ray-cuda-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ spec:
2424
- name: revision
2525
value: '{{revision}}'
2626
- name: output-image
27-
value: quay.io/modh/ray:2.35.0-py311-cu121
27+
value: quay.io/modh/ray:2.44.1-py311-cu121
2828
- name: additional-tag
29-
value: 2.35.0-py311-cu121-{{revision}}
29+
value: 2.44.1-py311-cu121-{{revision}}
3030
- name: dockerfile
3131
value: Dockerfile
3232
- name: path-context

OWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ approvers:
55
- Fiona-Waters
66
- jiripetrlik
77
- kpostoffice
8+
- laurafitzgerald
89
- sutaakar
910
- szaher
1011
- varshaprasad96
@@ -17,6 +18,7 @@ reviewers:
1718
- Fiona-Waters
1819
- jiripetrlik
1920
- kpostoffice
21+
- laurafitzgerald
2022
- sutaakar
2123
- szaher
2224
- varshaprasad96

images/runtime/ray/cuda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=311
2-
ARG IMAGE_TAG=1-77.1726664316
2+
ARG IMAGE_TAG=9.5-1744097391
33

44
FROM registry.access.redhat.com/ubi9/python-${PYTHON_VERSION}:${IMAGE_TAG}
55

images/runtime/ray/cuda/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
numpy = {version = "<2.0.0" }
8-
"ray[all]" = {version = "~=2.35.0" }
8+
"ray[all]" = {version = "~=2.44.0" }
99

1010
[requires]
1111
python_version = "3.9"

0 commit comments

Comments
 (0)