Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 04f5d2e

Browse files
committedJun 21, 2021
Update README.md
1 parent cf4a53d commit 04f5d2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CodeFlare Pipelines facilities the definition and parallel execution of pipeline
4545
<!--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.-->
4646

4747
* **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.
4949

5050
<p align="center">
5151
<img src="./images/codeflare_arch_diagram.svg" width="876" height="476">
@@ -65,7 +65,7 @@ CodeFlare can be installed from PyPI.
6565

6666
Prerequisites:
6767
* [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)*
6969

7070
We recommend installing Python 3.8.7 using
7171
[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
139139

140140
## Deploy and integrate anywhere
141141

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).
143143

144144
- [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.
146146

147147
## Contributing
148148

0 commit comments

Comments
 (0)
Please sign in to comment.