Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add local env setup documentation #199

Merged
merged 15 commits into from
Nov 24, 2022
Prev Previous commit
Next Next commit
docs: Move hardware caution box
Signed-off-by: Guilhem Barthes <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Nov 18, 2022
commit 4fe874fa3fc2a566db1a89610c6692f206e911d7
6 changes: 3 additions & 3 deletions docs/source/operations/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ The following table indicates the resources needed to run the Substra stack loca
.. caution::
Choose wisely the parameters passed to Kubernetes as it might try to use all the allocated resources without regards for your system.

.. caution::
Choose wisely the parameters passed to Kubernetes as it might try to use all the allocated resources without regards for your system.

Software
--------

Expand All @@ -55,9 +58,6 @@ Software
* `Helm 3 <https://helm.sh/>`_ (>= 3.7.0)
* `nodeJS <https://nodejs.org/>`_ (== 16.13.0)

.. attention::
Please be cautious with the parameters passed to Kubernetes as it might try to use all the allocated resources without regards for your system.

Instructions for Mac
^^^^^^^^^^^^^^^^^^^^

Expand Down