Skip to content

Commit 063695d

Browse files
committed
update ray version in default template and code references
Signed-off-by: Kevin <[email protected]>
1 parent 9c8c9fa commit 063695d

File tree

18 files changed

+217
-39
lines changed

18 files changed

+217
-39
lines changed

custom-nb-image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM quay.io/opendatahub/notebooks:jupyter-minimal-ubi8-python-3.8-4c8f26e
15+
FROM quay.io/opendatahub/notebooks:jupyter-minimal-ubi9-python-3.9-2023a_20230302
1616
# Install: torch (v1.12), ray (v2.1.0) and others
1717

1818
COPY requirements.txt requirements.txt

demo-notebooks/additional-demos/hf_interactive.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
" min_memory=16, \n",
9797
" max_memory=16, \n",
9898
" num_gpus=4,\n",
99-
" image=\"quay.io/project-codeflare/ray:2.5.0-py38-cu116\",\n",
99+
" image=\"quay.io/project-codeflare/ray:latest-py39-cu118\",\n",
100100
" instascale=True, machine_types=[\"m5.xlarge\", \"p3.8xlarge\"]))"
101101
]
102102
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
" min_memory=4,\n",
6767
" max_memory=4,\n",
6868
" num_gpus=0,\n",
69-
" image=\"quay.io/project-codeflare/ray:2.5.0-py38-cu116\", #current default\n",
69+
" image=\"quay.io/project-codeflare/ray:latest-py39-cu118\", #current default\n",
7070
" instascale=False\n",
7171
"))"
7272
]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
" min_memory=4,\n",
7575
" max_memory=4,\n",
7676
" num_gpus=0,\n",
77-
" image=\"quay.io/project-codeflare/ray:2.5.0-py38-cu116\", #current default\n",
77+
" image=\"quay.io/project-codeflare/ray:latest-py39-cu118\", #current default\n",
7878
" instascale=False\n",
7979
"))"
8080
]

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

+2-2
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/project-codeflare/ray:2.5.0-py38-cu116
84+
image: quay.io/project-codeflare/ray:latest-py39-cu118
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/project-codeflare/ray:2.5.0-py38-cu116
150+
image: quay.io/project-codeflare/ray:latest-py39-cu118
151151
lifecycle:
152152
preStop:
153153
exec:

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

+2-2
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/project-codeflare/ray:2.5.0-py38-cu116
84+
image: quay.io/project-codeflare/ray:latest-py39-cu118
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/project-codeflare/ray:2.5.0-py38-cu116
150+
image: quay.io/project-codeflare/ray:latest-py39-cu118
151151
lifecycle:
152152
preStop:
153153
exec:

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

+2-2
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/project-codeflare/ray:2.5.0-py38-cu116
84+
image: quay.io/project-codeflare/ray:latest-py39-cu118
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/project-codeflare/ray:2.5.0-py38-cu116
150+
image: quay.io/project-codeflare/ray:latest-py39-cu118
151151
lifecycle:
152152
preStop:
153153
exec:

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

+2-2
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/project-codeflare/ray:2.5.0-py38-cu116
73+
image: quay.io/project-codeflare/ray:latest-py39-cu118
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/project-codeflare/ray:2.5.0-py38-cu116
130+
image: quay.io/project-codeflare/ray:latest-py39-cu118
131131
lifecycle:
132132
preStop:
133133
exec:

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

+2-2
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/project-codeflare/ray:2.5.0-py38-cu116
73+
image: quay.io/project-codeflare/ray:latest-py39-cu118
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/project-codeflare/ray:2.5.0-py38-cu116
130+
image: quay.io/project-codeflare/ray:latest-py39-cu118
131131
lifecycle:
132132
preStop:
133133
exec:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
" min_memory=4,\n",
6767
" max_memory=4,\n",
6868
" num_gpus=0,\n",
69-
" image=\"quay.io/project-codeflare/ray:2.5.0-py38-cu116\", #current default\n",
69+
" image=\"quay.io/project-codeflare/ray:latest-py39-cu118\", #current default\n",
7070
" instascale=False\n",
7171
"))"
7272
]

0 commit comments

Comments
 (0)