mirror of https://github.com/kubeflow/examples.git
Added a README to the pipelines samples dir. (#575)
This commit is contained in:
parent
f08389f066
commit
bb15762ada
|
@ -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/).
|
Loading…
Reference in New Issue