Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/source/getting_started/starting.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ pip3 install -r requirements.txt
namespace/codeflare created
$
```

b) Bring up Ray cluster

```
Expand Down Expand Up @@ -261,7 +262,7 @@ pip3 install -r requirements.txt
b) Run example test

```
ray submit python/ray/autoscaler/kubernetes/example-full.yaml x.py
ray submit ray/python/ray/autoscaler/kubernetes/example-full.yaml x.py
Loaded cached provider configuration
If you experience issues with the cloud provider, try re-running the command with --no-config-cache.
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)'
Expand All @@ -275,4 +276,4 @@ Jupyter setup demo [Reference repository](https://github.com/erikerlandson/ray-o

### Running examples

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