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
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,11 @@ CodeFlare simplifies deployment and integration by enabling a serverless user ex
39
39
40
40
This project is under active development. See the [design document](https://docs.google.com/document/d/1t1K8N07TcbBKBgrcI6jf9tPow00cOKE9whnEVxOd4-U/edit) for more information on our design goals.
41
41
42
-
<p> </p>
42
+
## Quick start
43
43
44
-
#Quick start
44
+
### Run in your laptop
45
45
46
-
## Run in your laptop
47
-
48
-
### Using Docker
46
+
#### Using Docker
49
47
50
48
You can try CodeFlare by running the docker images from [Docker Hub](https://hub.docker.com/r/projectcodeflare/codeflare/tags):
51
49
-`projectcodeflare/codeflare:latest` has the latest released version installed.
@@ -68,16 +66,15 @@ It should produce an output similar to that below, where you can then find the U
68
66
69
67
Once the notebook is loaded, you can find a selection of examples in `codeflare/notebooks`, which can be executed directly from Jupyter environment. As a first example, we recommend the ` codeflare//notebooks/sample_pipeline.ipynb`.
70
68
71
-
### Using Binder service
69
+
####Using Binder service
72
70
73
71
You can try out some of CodeFlare features using the My Binder service.
74
72
75
73
Click on a link below to try CodeFlare, on a sandbox environment, without having to install anything.
The pipeline will use `ray.init()` to start a local Ray cluster. See [configuring Ray](https://docs.ray.io/en/master/configure.html) to ensure you are able to run a Ray cluster locally.
112
109
113
-
## Scale in the cloud
110
+
###Scale in the cloud
114
111
115
112
Unleash the power of pipelines by seamlessly scaling on the cloud. CodeFlare can be deployed with IBM Cloud Code Engine.
116
113
117
114
Go to [CodeFlare on IBM Code Engine](./deploy/ibm_cloud_code_engine) for detailed instructions on how to run CodeFlare at scale.
118
115
119
116
120
-
# Contributing
117
+
##Contributing
121
118
122
119
If you are interested in joining us and make CodeFlare Pipeline better, we encourage you to take a look at our [Contributing](CONTRIBUTING.md) page.
0 commit comments