Skip to content

Commit cd843a9

Browse files
authored
Update starting.md
Add minor syntax updates of deploying on openshift.
1 parent 0705036 commit cd843a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/source/getting_started/starting.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,11 @@ pip3 install -r requirements.txt
170170
$
171171
```
172172

173-
b) Bring up Ray cluster
173+
b) Clone Ray Project and Bring up Ray cluster
174174

175175
```
176+
$ git clone https://github.com/ray-project/ray.git
177+
$
176178
$ ray up ray/python/ray/autoscaler/kubernetes/example-full.yaml
177179
Cluster: default
178180
@@ -262,7 +264,7 @@ pip3 install -r requirements.txt
262264
b) Run example test
263265

264266
```
265-
ray submit python/ray/autoscaler/kubernetes/example-full.yaml x.py
267+
ray submit ray/python/ray/autoscaler/kubernetes/example-full.yaml x.py
266268
Loaded cached provider configuration
267269
If you experience issues with the cloud provider, try re-running the command with --no-config-cache.
268270
2021-02-09 08:50:51,028 INFO command_runner.py:171 -- NodeUpdater: ray-head-ql46b: Running kubectl -n ray exec -it ray-head-ql46b -- bash --login -c -i 'true && source ~/.bashrc && export OMP_NUM_THREADS=1 PYTHONWARNINGS=ignore && (python ~/x.py)'
@@ -276,4 +278,4 @@ Jupyter setup demo [Reference repository](https://github.com/erikerlandson/ray-o
276278

277279
### Running examples
278280

279-
Once in a Jupyer envrionment, refer to [notebooks](../../notebooks) for example pipeline. Documentation for reference use cases can be found in [Examples](https://codeflare.readthedocs.io/en/latest/).
281+
Once in a Jupyer envrionment, refer to [notebooks](../../notebooks) for example pipeline. Documentation for reference use cases can be found in [Examples](https://codeflare.readthedocs.io/en/latest/).

0 commit comments

Comments
 (0)