Added a README to the pipelines samples dir. (#575)

This commit is contained in:
Sarah Maddox 2019-06-25 09:46:36 +10:00 committed by Kubernetes Prow Robot
parent f08389f066
commit bb15762ada
1 changed files with 14 additions and 0 deletions

14
pipelines/README Normal file
View File

@ -0,0 +1,14 @@
# Kubeflow Pipelines examples
Welcome to the samples for Kubeflow Pipelines.
* The [MNIST Pipelines sample](https://github.com/kubeflow/examples/tree/master/pipelines/mnist-pipelines)
runs an MNIST model on a Google Cloud Platform (GCP) and an on premises
cluster.
* You can find more samples in the
[kubeflow/pipelines](https://github.com/kubeflow/pipelines/tree/master/samples)
repository.
* To build your own pipelines and components, read the
[introduction to the Kubeflow Pipelines SDK](https://www.kubeflow.org/docs/pipelines/sdk/sdk-overview/).