Skip to content

Commit

Permalink
Merge pull request #74 from yu-iskw/polyaxon
Browse files Browse the repository at this point in the history
Add polyaxon
  • Loading branch information
mingrammer authored Mar 24, 2020
2 parents b99971f + ab96f01 commit a599e2d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions diagrams/onprem/mlops.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _OnPrem


class _Mlops(_OnPrem):
_type = "mlops"
_icon_dir = "resources/onprem/mlops"


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


# Aliases
4 changes: 4 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Node classes list of onprem provider.
- **diagrams.onprem.ci.Jenkins**
- **diagrams.onprem.ci.Travisci**, **TravisCI** (alias)

## onprem.mlops

- **diagrams.onprem.mlops.Polyaxon**

## onprem.network

- **diagrams.onprem.network.Apache**
Expand Down
Binary file added resources/onprem/mlops/polyaxon.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 a599e2d

Please sign in to comment.