Skip to content

Commit

Permalink
docs: tweaks to tutorial based on user feedback (#154)
Browse files Browse the repository at this point in the history
* tweaks to tutorial based on user feedback

* drop note box
  • Loading branch information
afgambin authored Aug 8, 2024
1 parent 32c80b3 commit 900b9d1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/tutorial/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Prerequisites
* Ubuntu 22.04 LTS.
* An Internet connection.
* `Snap`_ installed.
* 50GB of disk space is recommended. This includes the `requirements <https://microk8s.io/docs/getting-started>`_ for MicroK8s.

.. _set_microk8s:

Expand All @@ -23,12 +24,7 @@ Setting up MicroK8s

DSS relies on a container orchestration system, capable of exposing the host GPUs to the workloads.
`MicroK8s`_ is used as the orchestration system.
All the workloads and state managed by DSS will be running on top of MicroK8s.

.. note::

`MicroK8s requires <https://microk8s.io/docs/getting-started>`_ 540MB of memory.
To better accommodate workloads, a system with at least 20G of disk space and 4G of memory is recommended.
All the workloads and state managed by DSS are running on top of MicroK8s.

You can install MicroK8s using ``snap`` as follows:

Expand Down Expand Up @@ -66,7 +62,13 @@ Next, you need to initialise DSS on top of MicroK8s and prepare MLflow:

The initialisation might take a few minutes to complete.
While the process is in progress, you will see the following message:
``[INFO] Waiting for deployment my-tensorflow-notebook in namespace dss to be ready...``
``[INFO] Waiting for deployment mlflow in namespace dss to be ready...``

Once initialised, you should see an output like this:

.. code-block:: none
[INFO] Deployment mlflow in namespace dss is ready
Launch a Notebook
-----------------
Expand Down

0 comments on commit 900b9d1

Please sign in to comment.