Skip to content

Commit

Permalink
feat(node): Add MLflow to OnPrem MLOps (mingrammer#698)
Browse files Browse the repository at this point in the history
* Add MLflow to OnPrem MLOps

* Update MLflow entry in doc
  • Loading branch information
xadrianzetx authored and ngruelaneo committed Nov 25, 2022
1 parent 0ed36d0 commit d8e9b23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/mlops.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class _Mlops(_OnPrem):
_icon_dir = "resources/onprem/mlops"


class Mlflow(_Mlops):
_icon = "mlflow.png"


class Polyaxon(_Mlops):
_icon = "polyaxon.png"

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ Node classes list of onprem provider.
## onprem.mlops


<img width="30" src="/img/resources/onprem/mlops/mlflow.png" alt="Mlflow" style="float: left; padding-right: 5px;" >
**diagrams.onprem.mlops.Mlflow**

<img width="30" src="/img/resources/onprem/mlops/polyaxon.png" alt="Polyaxon" style="float: left; padding-right: 5px;" >
**diagrams.onprem.mlops.Polyaxon**

Expand Down
Binary file added resources/onprem/mlops/mlflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d8e9b23

Please sign in to comment.