@@ -4,7 +4,7 @@ A few installation deployment targets are provided below.
44
55- [ Ray Cluster Using Operator on Openshift] ( #Openshift-Ray-Cluster-Operator )
66- [ Ray Cluster on Openshift] ( #Openshift-Cluster )
7- - [ Ray Cluster on Openshift for Jupyter] ( #Jupyter )
7+ - [ Ray Cluster on Openshift for Jupyter] ( #Ray-with-Open-Data-Hub-on-OpenShift )
88
99## Openshift Ray Cluster Operator
1010
@@ -151,9 +151,29 @@ pip3 install -r requirements.txt
151151 [0, 1, 4, 9]
152152 ```
153153
154- ### Jupyter
155-
156- Jupyter setup demo [Reference repository](https://github.com/erikerlandson/ray-odh-demo)
154+ ### Ray with Open Data Hub on OpenShift
155+
156+ The
157+ [Operate First](https://www.operate-first.cloud/)
158+ project hosts a public
159+ [demonstration](https://www.operate-first.cloud/users/moc-ray-demo/README.md)
160+ of ray-enabled jupyter notebooks, based on the
161+ [Open Data Hub](https://opendatahub.io/)
162+ (ODH) data science platform.
163+ This free ODH environment can be accessed
164+ [here](https://odh.operate-first.cloud/),
165+ and is accessible to anyone with a gmail account via SSO login.
166+
167+ To install a similar Ray integration with CodeFlare onto your own Open Data Hub environment,
168+ follow the instructions on this
169+ [reference repository](https://github.com/erikerlandson/ray-odh-demo).
170+
171+ The container images used in this reference demo were built from
172+ [this repo](https://github.com/erikerlandson/ray-ubi),
173+ and have CodeFlare pre-installed. They include a basic
174+ ["ray-ml" notebook image](https://github.com/erikerlandson/ray-ubi/tree/main/images/ray-ml-notebook)
175+ and a corresponding
176+ [ray-ml worker-node image](https://github.com/erikerlandson/ray-ubi/tree/main/images/ray-ml-ubi).
157177
158178### Running examples
159179
0 commit comments