File tree Expand file tree Collapse file tree 4 files changed +919
-882
lines changed Expand file tree Collapse file tree 4 files changed +919
-882
lines changed 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
33
44FROM 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:
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments