From bb15762adac4838903910a55f2de1403274c80cb Mon Sep 17 00:00:00 2001 From: Sarah Maddox Date: Tue, 25 Jun 2019 09:46:36 +1000 Subject: [PATCH] Added a README to the pipelines samples dir. (#575) --- pipelines/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pipelines/README diff --git a/pipelines/README b/pipelines/README new file mode 100644 index 00000000..aaf39e09 --- /dev/null +++ b/pipelines/README @@ -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/). \ No newline at end of file