Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Jul 4, 2024
1 parent 48259ec commit dc7224e
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions docs/source/getting-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,25 +311,26 @@ Fluidstack
Cudo Compute
~~~~~~~~~~~~~~~~~~

`Cudo Compute <https://www.cudocompute.com/>`__ GPU cloud provides low cost GPUs powered with green energy.
1. Create a billing account by following `this guide <https://www.cudocompute.com/docs/guide/billing/>`__.
2. Create a project `<https://www.cudocompute.com/docs/guide/projects/>`__.
3. Create an API Key by following `this guide <https://www.cudocompute.com/docs/guide/api-keys/>`__.
3. Download and install the `cudoctl <https://www.cudocompute.com/docs/cli-tool/>`__ command line tool
3. Run :code:`cudoctl init`:
`Cudo Compute <https://www.cudocompute.com/>`__ provides low cost GPUs powered by green energy.

.. code-block:: shell
1. Create a `billing account <https://www.cudocompute.com/docs/guide/billing/>`__.
2. Create a `project <https://www.cudocompute.com/docs/guide/projects/>`__.
3. Create an `API Key <https://www.cudocompute.com/docs/guide/api-keys/>`__.
4. Download and install the `cudoctl <https://www.cudocompute.com/docs/cli-tool/>`__ command line tool
5. Run :code:`cudoctl init`:

.. code-block:: shell
cudoctl init
✔ api key: my-api-key
✔ project: my-project
✔ billing account: my-billing-account
✔ context: default
config file saved ~/.config/cudo/cudo.yml
cudoctl init
✔ api key: my-api-key
✔ project: my-project
✔ billing account: my-billing-account
✔ context: default
config file saved ~/.config/cudo/cudo.yml
pip install "cudo-compute>=0.1.10"
pip install "cudo-compute>=0.1.10"
If you want to want to use skypilot with a different Cudo Compute account or project, just run :code:`cudoctl init`: again.
If you want to want to use SkyPilot with a different Cudo Compute account or project, run :code:`cudoctl init` again.



Expand Down

0 comments on commit dc7224e

Please sign in to comment.