You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ CodeFlare Pipelines facilities the definition and parallel execution of pipeline
45
45
<!--CodeFlare Pipelines facilities the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple platforms such as [scikit-learn](https://scikit-learn.org/) and [Apache Spark](https://spark.apache.org/), while providing nearly optimal scale-out parallelism on pipelined computations.-->
46
46
47
47
***Deploy and integrate anywhere**:
48
-
CodeFlare simplifies deployment and integration by enabling a serverless user experience with the integration with Red Hat Open Shift and IBM Cloud Code Engine and integrating adapters and connectors to make it simple to load data and connect to data services.
48
+
CodeFlare simplifies deployment and integration by enabling a serverless user experience with the integration with Red Hat OpenShift and IBM Cloud Code Engine and integrating adapters and connectors to make it simple to load data and connect to data services.
@@ -65,7 +65,7 @@ CodeFlare can be installed from PyPI.
65
65
66
66
Prerequisites:
67
67
*[Python 3.8+](https://www.python.org/downloads/)
68
-
*[Jupyter Lab](https://www.python.org/downloads/)*(to run examples)*
68
+
*[JupyterLab](https://jupyter.org)*(to run examples)*
69
69
70
70
We recommend installing Python 3.8.7 using
71
71
[pyenv](https://github.com/pyenv/pyenv).
@@ -139,10 +139,10 @@ The pipeline will use `ray.init()` to start a local Ray cluster. See the deploym
139
139
140
140
## Deploy and integrate anywhere
141
141
142
-
Unleash the power of pipelines by seamlessly scaling on the cloud. CodeFlare can be deployed on any Kubernetes-based platform, including [IBM Cloud Code Engine](https://www.ibm.com/cloud/code-engine) and [Red Hat Open Shift Container Platform](https://www.openshift.com).
142
+
Unleash the power of pipelines by seamlessly scaling on the cloud. CodeFlare can be deployed on any Kubernetes-based platform, including [IBM Cloud Code Engine](https://www.ibm.com/cloud/code-engine) and [Red Hat OpenShift Container Platform](https://www.openshift.com).
143
143
144
144
-[IBM Cloud Code Engine](./deploy/ibm_cloud_code_engine) for detailed instructions on how to run CodeFlare on a serverless platform.
145
-
-[Red Hat OpenShift](./deploy/redhat_openshift) for detailed instructions on how to run CodeFlare on Open Shift Container Platform.
145
+
-[Red Hat OpenShift](./deploy/redhat_openshift) for detailed instructions on how to run CodeFlare on OpenShift Container Platform.
0 commit comments