Skip to content

Commit

Permalink
stabe typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmBhandal committed Sep 14, 2023
1 parent 079df49 commit 5711feb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/deploy-mlflow-kubeflow-eks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The resource dispatcher is used to connect MLflow with Kubeflow. In particular,

.. code-block:: bash
juju deploy resource-dispatcher --channel 1.0/stabe --trust
juju deploy resource-dispatcher --channel 1.0/stable --trust
Relate the resource dispatcher to MLflow with the following commands:

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/integrate-ml-ckf-ck8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Deploy the resource dispatcher:

.. code-block:: bash
juju deploy resource-dispatcher --channel 1.0/stabe --trust
juju deploy resource-dispatcher --channel 1.0/stable --trust
Relate Resource dispatcher to MLflow
------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/mlflow-kubeflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Next, let's deploy the resource dispatcher. The resource dispatcher is an option

.. code-block:: bash
juju deploy resource-dispatcher --channel 1.0/stabe --trust
juju deploy resource-dispatcher --channel 1.0/stable --trust
This will deploy the latest edge version of the dispatcher. See `Resource Dispatcher on GitHub <https://github.com/canonical/resource-dispatcher>`_ for more info. Now we must relate the dispatcher to MLflow:

Expand Down

0 comments on commit 5711feb

Please sign in to comment.