examples/pipelines
Sarah Maddox bb15762ada Added a README to the pipelines samples dir. (#575) 2019-06-24 16:46:36 -07:00
..
mnist-pipelines fix: update kfp version (#576) 2019-06-24 06:59:56 -07:00
OWNERS Create OWNERS file (#289) 2018-10-31 12:38:57 -07:00
README Added a README to the pipelines samples dir. (#575) 2019-06-24 16:46:36 -07:00

README

# 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/).