Skip to content

Commit 62f8a9a

Browse files
authored
conf: Update Ray to v2.46.0 and update Runtime Image refs (#836)
* conf: Update Ray to v2.46.0 and update Runtime Image refs * test: unify kind cluster config
1 parent e967fb7 commit 62f8a9a

35 files changed

+77
-79
lines changed

demo-notebooks/additional-demos/local_interactive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"\n",
3838
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
3939
"\n",
40-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
40+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
4141
"\n",
4242
"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."
4343
]

demo-notebooks/additional-demos/ray_job_client.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"\n",
4444
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4545
"\n",
46-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
46+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
4747
"\n",
4848
"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."
4949
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"\n",
5050
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
5151
"\n",
52-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
52+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
5353
"\n",
5454
"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."
5555
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"\n",
4444
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4545
"\n",
46-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
46+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
4747
"\n",
4848
"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."
4949
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"\n",
4747
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4848
"\n",
49-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
49+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
5050
"\n",
5151
"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."
5252
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"\n",
5050
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
5151
"\n",
52-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
52+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
5353
"\n",
5454
"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."
5555
]

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
@@ -49,7 +49,7 @@
4949
"\n",
5050
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
5151
"\n",
52-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
52+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
5353
"\n",
5454
"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."
5555
]

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
@@ -43,7 +43,7 @@
4343
"\n",
4444
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4545
"\n",
46-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
46+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
4747
"\n",
4848
"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."
4949
]

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
@@ -46,7 +46,7 @@
4646
"\n",
4747
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4848
"\n",
49-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
49+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
5050
"\n",
5151
"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."
5252
]

demo-notebooks/guided-demos/notebook-ex-outputs/interactivetest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
value: /home/ray/workspace/tls/server.key
8282
- name: RAY_TLS_CA_CERT
8383
value: /home/ray/workspace/tls/ca.crt
84-
image: quay.io/modh/ray:2.44.1-py311-cu121
84+
image: quay.io/modh/ray:2.46.0-py311-cu121
8585
imagePullPolicy: Always
8686
lifecycle:
8787
preStop:
@@ -147,7 +147,7 @@ spec:
147147
value: /home/ray/workspace/tls/server.key
148148
- name: RAY_TLS_CA_CERT
149149
value: /home/ray/workspace/tls/ca.crt
150-
image: quay.io/modh/ray:2.44.1-py311-cu121
150+
image: quay.io/modh/ray:2.46.0-py311-cu121
151151
lifecycle:
152152
preStop:
153153
exec:

demo-notebooks/guided-demos/notebook-ex-outputs/jobtest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
value: /home/ray/workspace/tls/server.key
7171
- name: RAY_TLS_CA_CERT
7272
value: /home/ray/workspace/tls/ca.crt
73-
image: quay.io/modh/ray:2.44.1-py311-cu121
73+
image: quay.io/modh/ray:2.46.0-py311-cu121
7474
imagePullPolicy: Always
7575
lifecycle:
7676
preStop:
@@ -127,7 +127,7 @@ spec:
127127
value: /home/ray/workspace/tls/server.key
128128
- name: RAY_TLS_CA_CERT
129129
value: /home/ray/workspace/tls/ca.crt
130-
image: quay.io/modh/ray:2.44.1-py311-cu121
130+
image: quay.io/modh/ray:2.46.0-py311-cu121
131131
lifecycle:
132132
preStop:
133133
exec:

demo-notebooks/guided-demos/notebook-ex-outputs/raytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
value: /home/ray/workspace/tls/server.key
7171
- name: RAY_TLS_CA_CERT
7272
value: /home/ray/workspace/tls/ca.crt
73-
image: quay.io/modh/ray:2.44.1-py311-cu121
73+
image: quay.io/modh/ray:2.46.0-py311-cu121
7474
imagePullPolicy: Always
7575
lifecycle:
7676
preStop:
@@ -127,7 +127,7 @@ spec:
127127
value: /home/ray/workspace/tls/server.key
128128
- name: RAY_TLS_CA_CERT
129129
value: /home/ray/workspace/tls/ca.crt
130-
image: quay.io/modh/ray:2.44.1-py311-cu121
130+
image: quay.io/modh/ray:2.46.0-py311-cu121
131131
lifecycle:
132132
preStop:
133133
exec:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"\n",
5050
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
5151
"\n",
52-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
52+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
5353
"\n",
5454
"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."
5555
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"\n",
4444
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4545
"\n",
46-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
46+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
4747
"\n",
4848
"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."
4949
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"\n",
4747
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4848
"\n",
49-
"- For Python 3.11: 'quay.io/modh/ray:2.44.1-py311-cu121'\n",
49+
"- For Python 3.11: 'quay.io/modh/ray:2.46.0-py311-cu121'\n",
5050
"\n",
5151
"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."
5252
]

docs/sphinx/user-docs/cluster-configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ requirements for creating the Ray Cluster.
3535
The default images used by the CodeFlare SDK for creating
3636
a RayCluster resource depend on the installed Python version:
3737

38-
- For Python 3.11: `quay.io/modh/ray:2.44.1-py311-cu121`
38+
- For Python 3.11: `quay.io/modh/ray:2.46.0-py311-cu121`
3939

4040
If you prefer to use a custom Ray image that better suits your
4141
needs, you can specify it in the image field to override the default.

0 commit comments

Comments
 (0)