Skip to content

Commit 2cc0c82

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents f6706b1 + 1c7bc95 commit 2cc0c82

File tree

10 files changed

+1843
-1750
lines changed

10 files changed

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

images/runtime/ray/cuda/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
ARG PYTHON_VERSION=311
2-
ARG IMAGE_TAG=9.6-1750969934
1+
ARG PYTHON_VERSION=312
2+
ARG IMAGE_TAG=9.6-1755735361
33

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

6-
LABEL name="ray-ubi9-py311-cu121" \
7-
summary="CUDA 12.1 Python 3.11 image based on UBI9 for Ray" \
8-
description="CUDA 12.1 Python 3.11 image based on UBI9 for Ray" \
9-
io.k8s.display-name="CUDA 12.1 Python 3.11 base image for Ray" \
10-
io.k8s.description="CUDA 12.1 Python 3.11 image based on UBI9 for Ray" \
6+
LABEL name="ray-ubi9-py312-cu121" \
7+
summary="CUDA 12.1 Python 3.12 image based on UBI9 for Ray" \
8+
description="CUDA 12.1 Python 3.12 image based on UBI9 for Ray" \
9+
io.k8s.display-name="CUDA 12.1 Python 3.12 base image for Ray" \
10+
io.k8s.description="CUDA 12.1 Python 3.12 image based on UBI9 for Ray" \
1111
authoritative-source-url="https://github.com/opendatahub-io/distributed-workloads"
1212

1313
# Install CUDA base from:

images/runtime/ray/cuda/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ numpy = {version = "<2.0.0" }
88
"ray[all]" = {version = "~=2.47.0" }
99

1010
[requires]
11-
python_version = "3.9"
11+
python_version = "3.12"

images/runtime/ray/cuda/Pipfile.lock

Lines changed: 909 additions & 872 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ CUDA enabled container image for Ray in OpenShift AI.
44

55
It includes the following layers:
66
* UBI 9
7-
* Python 3.11
7+
* Python 3.12
88
* CUDA 12.1
9-
* Ray 2.47.1
9+
* Ray 2.47.1

images/runtime/ray/rocm/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
ARG PYTHON_VERSION=311
2-
ARG IMAGE_TAG=9.6-1750969934
1+
ARG PYTHON_VERSION=312
2+
ARG IMAGE_TAG=9.6-1755735361
33

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

6-
LABEL name="ray-ubi9-py311-rocm62" \
7-
summary="ROCm Python 3.11 image based on UBI9 for Ray" \
8-
description="ROCm Python 3.11 image based on UBI9 for Ray" \
9-
io.k8s.display-name="ROCm Python 3.11 base image for Ray" \
10-
io.k8s.description="ROCm Python 3.11 image based on UBI9 for Ray" \
6+
LABEL name="ray-ubi9-py312-rocm62" \
7+
summary="ROCm Python 3.12 image based on UBI9 for Ray" \
8+
description="ROCm Python 3.12 image based on UBI9 for Ray" \
9+
io.k8s.display-name="ROCm Python 3.12 base image for Ray" \
10+
io.k8s.description="ROCm Python 3.12 image based on UBI9 for Ray" \
1111
authoritative-source-url="https://github.com/opendatahub-io/distributed-workloads"
1212

1313
# Install ROCm

images/runtime/ray/rocm/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ numpy = {version = "<2.0.0" }
88
"ray[all]" = {version = "~=2.47.1"}
99

1010
[requires]
11-
python_version = "3.9"
11+
python_version = "3.12"

images/runtime/ray/rocm/Pipfile.lock

Lines changed: 910 additions & 854 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ROCm enabled container image for Ray in OpenShift AI.
44

55
It includes the following layers:
66
* UBI 9
7-
* Python 3.11
8-
* ROCm 6.1
7+
* Python 3.12
8+
* ROCm 6.2.4
99
* Ray 2.47.1

0 commit comments

Comments
 (0)