
Available Integrations
We have a dedicated webpage that indexes all supported ZenML integrations and their categories. Another easy way of seeing a list of integrations is to see the list of directories in the integrations directory on our GitHub.Installing ZenML Integrations
Before you can use integrations, you first need to install them usingzenml integration install
, e.g., you can install Kubeflow, MLflow Tracking, and Seldon Core, using:
-y
flag confirms all pip install
commands without asking you for confirmation for every package first.
You can run zenml integration --help
to see a full list of CLI commands that ZenML provides for interacting with integrations.
Note, that you can also install your dependencies directly, but please note that there is no guarantee that ZenML internals with work with any arbitrary version of any external library.