Skip to content

Commit 258cc0b

Browse files
chipspeakopenshift-merge-bot[bot]
authored andcommitted
task(RHOAIENG-51570): Update runtime sha for Ray 2.53.0
Signed-off-by: Pat O'Connor <paoconno@redhat.com>
1 parent 4a6e60e commit 258cc0b

16 files changed

Lines changed: 53 additions & 58 deletions

demo-notebooks/additional-demos/hf_interactive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
7272
"\n",
7373
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
74-
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
74+
"- For Python 3.12: 'quay.io/modh/ray:2.53.0-py312-cu128'\n",
7575
"\n",
7676
"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."
7777
]

demo-notebooks/additional-demos/local_interactive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +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.52.1-py311-cu121'\n",
41-
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
41+
"- For Python 3.12: 'quay.io/modh/ray:2.53.0-py312-cu128'\n",
4242
"\n",
4343
"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."
4444
]

demo-notebooks/additional-demos/ray_job_client.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +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.52.1-py311-cu121'\n",
47-
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
47+
"- For Python 3.12: 'quay.io/modh/ray:2.53.0-py312-cu128'\n",
4848
"\n",
4949
"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."
5050
]

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +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.52.1-py311-cu121'\n",
53-
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
53+
"- For Python 3.12: 'quay.io/modh/ray:2.53.0-py312-cu128'\n",
5454
"\n",
5555
"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."
5656
]
@@ -189,7 +189,7 @@
189189
],
190190
"metadata": {
191191
"kernelspec": {
192-
"display_name": "Python 3 (ipykernel)",
192+
"display_name": "Python 3",
193193
"language": "python",
194194
"name": "python3"
195195
},
@@ -203,12 +203,7 @@
203203
"name": "python",
204204
"nbconvert_exporter": "python",
205205
"pygments_lexer": "ipython3",
206-
"version": "3.9.18"
207-
},
208-
"vscode": {
209-
"interpreter": {
210-
"hash": "f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac"
211-
}
206+
"version": "3.11.11"
212207
}
213208
},
214209
"nbformat": 4,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +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.52.1-py311-cu121'\n",
47-
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
47+
"- For Python 3.12: 'quay.io/modh/ray:2.53.0-py312-cu128'\n",
4848
"\n",
4949
"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."
5050
]
@@ -243,7 +243,7 @@
243243
"name": "python",
244244
"nbconvert_exporter": "python",
245245
"pygments_lexer": "ipython3",
246-
"version": "3.9.18"
246+
"version": "3.12.11"
247247
}
248248
},
249249
"nbformat": 4,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +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.52.1-py311-cu121'\n",
50-
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
50+
"- For Python 3.12: 'quay.io/modh/ray:2.53.0-py312-cu128'\n",
5151
"\n",
5252
"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."
5353
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +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.52.1-py311-cu121'\n",
53-
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
53+
"- For Python 3.12: 'quay.io/modh/ray:2.53.0-py312-cu128'\n",
5454
"\n",
5555
"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."
5656
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +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.52.1-py311-cu121'\n",
53-
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
53+
"- For Python 3.12: 'quay.io/modh/ray:2.53.0-py312-cu128'\n",
5454
"\n",
5555
"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."
5656
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +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.52.1-py311-cu121'\n",
47-
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
47+
"- For Python 3.12: 'quay.io/modh/ray:2.53.0-py312-cu128'\n",
4848
"\n",
4949
"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."
5050
]

demo-notebooks/guided-demos/notebook-ex-outputs/2_basic_interactive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +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.52.1-py311-cu121'\n",
50-
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
50+
"- For Python 3.12: 'quay.io/modh/ray:2.53.0-py312-cu128'\n",
5151
"\n",
5252
"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."
5353
]

0 commit comments

Comments
 (0)