Skip to content

Commit

Permalink
Update quickstart sample (#1302)
Browse files Browse the repository at this point in the history
* rename quickstart sample name
* add introductions
  • Loading branch information
gaoning777 committed May 9, 2019
1 parent b2d9a98 commit 710fdd8
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@
"# limitations under the License."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# KubeFlow Pipeline local development quickstart\n",
"\n",
"In this notebook, we will demo: \n",
"\n",
"* Author components with the lightweight method and ContainerOp based on existing images.\n",
"* Author pipelines.\n",
"\n",
"**Note: Make sure that you have docker installed in the local environment**"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 710fdd8

Please sign in to comment.