File tree Expand file tree Collapse file tree 10 files changed +1843
-1750
lines changed Expand file tree Collapse file tree 10 files changed +1843
-1750
lines changed Original file line number Diff line number Diff line change 24
24
- name : revision
25
25
value : ' {{revision}}'
26
26
- 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
28
28
- name : additional-tag
29
- value : 2.47.1-py311 -cu121-{{revision}}
29
+ value : 2.47.1-py312 -cu121-{{revision}}
30
30
- name : dockerfile
31
31
value : Dockerfile
32
32
- name : path-context
Original file line number Diff line number Diff line change 24
24
- name : revision
25
25
value : ' {{revision}}'
26
26
- 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
28
28
- name : additional-tag
29
- value : 2.47.1-py311 -rocm62-{{revision}}
29
+ value : 2.47.1-py312 -rocm62-{{revision}}
30
30
- name : dockerfile
31
31
value : Dockerfile
32
32
- name : path-context
Original file line number Diff line number Diff line change 1
- ARG PYTHON_VERSION=311
2
- ARG IMAGE_TAG=9.6-1750969934
1
+ ARG PYTHON_VERSION=312
2
+ ARG IMAGE_TAG=9.6-1755735361
3
3
4
4
FROM registry.access.redhat.com/ubi9/python-${PYTHON_VERSION}:${IMAGE_TAG}
5
5
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" \
11
11
authoritative-source-url="https://github.com/opendatahub-io/distributed-workloads"
12
12
13
13
# Install CUDA base from:
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ numpy = {version = "<2.0.0" }
8
8
"ray[all]" = {version = " ~=2.47.0" }
9
9
10
10
[requires ]
11
- python_version = " 3.9 "
11
+ python_version = " 3.12 "
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ CUDA enabled container image for Ray in OpenShift AI.
4
4
5
5
It includes the following layers:
6
6
* UBI 9
7
- * Python 3.11
7
+ * Python 3.12
8
8
* CUDA 12.1
9
- * Ray 2.47.1
9
+ * Ray 2.47.1
Original file line number Diff line number Diff line change 1
- ARG PYTHON_VERSION=311
2
- ARG IMAGE_TAG=9.6-1750969934
1
+ ARG PYTHON_VERSION=312
2
+ ARG IMAGE_TAG=9.6-1755735361
3
3
4
4
FROM registry.access.redhat.com/ubi9/python-${PYTHON_VERSION}:${IMAGE_TAG}
5
5
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" \
11
11
authoritative-source-url="https://github.com/opendatahub-io/distributed-workloads"
12
12
13
13
# Install ROCm
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ numpy = {version = "<2.0.0" }
8
8
"ray[all]" = {version = " ~=2.47.1" }
9
9
10
10
[requires ]
11
- python_version = " 3.9 "
11
+ python_version = " 3.12 "
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ ROCm enabled container image for Ray in OpenShift AI.
4
4
5
5
It includes the following layers:
6
6
* UBI 9
7
- * Python 3.11
8
- * ROCm 6.1
7
+ * Python 3.12
8
+ * ROCm 6.2.4
9
9
* Ray 2.47.1
You can’t perform that action at this time.
0 commit comments