From 6e43ce01f71fbc1cd3a2f179f402c0f66b593ce7 Mon Sep 17 00:00:00 2001 From: Pat Thontirawong Date: Wed, 15 Sep 2021 12:44:49 -0400 Subject: [PATCH] update tutorials --- tutorials/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/README.md b/tutorials/README.md index 3bef034c..858077bd 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -2,6 +2,7 @@ Here is a set of guides to get you started with Open MLOps. +* [Set up your local minikube machine learning architecture](./set-up-minikube-cluster.md) shows how to set up and configure the infrastructure on your local minikube. * [Set up your production machine learning architecture](./set-up-open-source-production-mlops-architecture-aws.md) shows how to set up and configure the infrastructure in your AWS account. * [Basic Usage of Jupyter, MLFlow, and Prefect](./basic-usage-of-jupyter-mlflow-and-prefect.md) shows you how to train your first model. * [Deploying a model to production with Prefect and Seldon](./deploy-model-seldon.md) shows you how to deploy the model you trained the previous tutorial behind a REST API.