Fixed typo in MLOps with GitHub paths
This commit is contained in:
Bryan J Smith 2020-06-29 22:08:53 -07:00 коммит произвёл GitHub
Родитель 595e5bf07e
Коммит 87651db56d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -37,9 +37,9 @@ This documentation helps you get started with the sample from infrastructure set
- [Kubeflow Installation on AKS](./docs/Kubeflow-install.md)
- [Securing Kubeflow on AKS](./docs/Kubeflow-secure.md)
- MLOps with GitHub
- [CI/Pull Request](.docs/ci-pullrequest.md)
- [CI/Training](.docs/ci-training.md)
- [CD/Seldon](.docs/ci-seldon.md)
- [CI/Pull Request](./docs/ci-pullrequest.md)
- [CI/Training](./docs/ci-training.md)
- [CD/Seldon](./docs/ci-seldon.md)
Code for the following can be found in the code directory, but currently there is no documentation:
@ -48,4 +48,4 @@ Code for the following can be found in the code directory, but currently there i
- Running Kubeflow component in parallel
- Running Jupyter Server within Kubeflow
- Running MLFlow Project from Kubeflow
- Model deployment with KF Serving
- Model deployment with KF Serving