Skip to content

Commit 80b4713

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents ee3bd26 + dfa048d commit 80b4713

File tree

10 files changed

+4559
-3770
lines changed

10 files changed

+4559
-3770
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.47.1-py312-cu128
27+
value: quay.io/modh/ray:2.52.1-py312-cu128
2828
- name: additional-tag
29-
value: 2.47.1-py312-cu128-{{revision}}
29+
value: 2.52.1-py312-cu128-{{revision}}
3030
- name: dockerfile
3131
value: Dockerfile
3232
- name: path-context

.tekton/ray-rocm-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.47.1-py312-rocm62
27+
value: quay.io/modh/ray:2.52.1-py312-rocm62
2828
- name: additional-tag
29-
value: 2.47.1-py312-rocm62-{{revision}}
29+
value: 2.52.1-py312-rocm62-{{revision}}
3030
- name: dockerfile
3131
value: Dockerfile
3232
- name: path-context

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=312
2-
ARG IMAGE_TAG=9.6-1755735361
2+
ARG IMAGE_TAG=9.7-1764607356
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.47.0" }
8+
"ray[all]" = {version = "~=2.52.0" }
99

1010
[requires]
1111
python_version = "3.12"

images/runtime/ray/cuda/Pipfile.lock

Lines changed: 2274 additions & 1880 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/runtime/ray/cuda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ It includes the following layers:
66
* UBI 9
77
* Python 3.12
88
* CUDA 12.8
9-
* Ray 2.47.1
9+
* Ray 2.52.1

images/runtime/ray/rocm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=312
2-
ARG IMAGE_TAG=9.6-1755735361
2+
ARG IMAGE_TAG=9.7-1764607356
33

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

images/runtime/ray/rocm/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.47.1"}
8+
"ray[all]" = {version = "~=2.52.1"}
99

1010
[requires]
1111
python_version = "3.12"

images/runtime/ray/rocm/Pipfile.lock

Lines changed: 2274 additions & 1880 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/runtime/ray/rocm/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
ROCm enabled container image for Ray in OpenShift AI.
44

55
It includes the following layers:
6+
67
* UBI 9
78
* Python 3.12
89
* ROCm 6.2.4
9-
* Ray 2.47.1
10+
* Ray 2.52.1

0 commit comments

Comments
 (0)