Skip to content

Commit 2bb2376

Browse files
chipspeakopenshift-merge-bot[bot]
authored andcommitted
task(RHOAIENG-33045): Update Runtime image SHAs for PY312
Signed-off-by: Pat O'Connor <[email protected]>
1 parent 573a431 commit 2bb2376

21 files changed

+94
-21
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up specific Python version
5858
uses: actions/setup-python@v5
5959
with:
60-
python-version: '3.11'
60+
python-version: '3.12'
6161
cache: 'pip' # caching pip dependencies
6262

6363
- name: Setup NVidia GPU environment for KinD

demo-notebooks/additional-demos/hf_interactive.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"\n",
7171
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
7272
"\n",
73-
"- For Python 3.11: 'quay.io/modh/ray:2.35.0-py311-cu121'\n",
73+
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
74+
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu121'\n",
7475
"\n",
7576
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
7677
]

demo-notebooks/additional-demos/local_interactive.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
3939
"\n",
4040
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
41+
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu121'\n",
4142
"\n",
4243
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
4344
]

demo-notebooks/additional-demos/ray_job_client.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4545
"\n",
4646
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
47+
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu121'\n",
4748
"\n",
4849
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
4950
]

demo-notebooks/guided-demos/0_basic_ray.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
5151
"\n",
5252
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
53+
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu121'\n",
5354
"\n",
5455
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5556
]

demo-notebooks/guided-demos/1_cluster_job_client.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4545
"\n",
4646
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
47+
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu121'\n",
4748
"\n",
4849
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
4950
]

demo-notebooks/guided-demos/2_basic_interactive.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4848
"\n",
4949
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
50+
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu121'\n",
5051
"\n",
5152
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5253
]

demo-notebooks/guided-demos/3_widget_example.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
5151
"\n",
5252
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
53+
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu121'\n",
5354
"\n",
5455
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5556
]

demo-notebooks/guided-demos/notebook-ex-outputs/0_basic_ray.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
5151
"\n",
5252
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
53+
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu121'\n",
5354
"\n",
5455
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5556
]

demo-notebooks/guided-demos/notebook-ex-outputs/1_cluster_job_client.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4545
"\n",
4646
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
47+
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu121'\n",
4748
"\n",
4849
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
4950
]

0 commit comments

Comments
 (0)