Skip to content

Commit 7629142

Browse files
authored
Merge pull request GoogleCloudPlatform#161 from GoogleCloudPlatform/ajayhemnani-patch-1
Update multiple_frameworks_kubeflow.ipynb
2 parents 67d1a19 + aaf61bb commit 7629142

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

continuous_training/kubeflow/solutions/multiple_frameworks_kubeflow.ipynb

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@
2222
"**PRIOR TO STARTING THE LAB:** Make sure you create a new instance with AI Platform Pipelines. Once the GKE cluster is spun up, copy the endpoint because you will need it in this lab. "
2323
]
2424
},
25+
{
26+
"cell_type": "markdown",
27+
"metadata": {},
28+
"source": [
29+
"Install needed package"
30+
]
31+
},
32+
{
33+
"cell_type": "code",
34+
"execution_count": null,
35+
"metadata": {},
36+
"outputs": [],
37+
"source": [
38+
"%pip install --upgrade google-cloud-bigquery-storage"
39+
]
40+
},
2541
{
2642
"cell_type": "markdown",
2743
"metadata": {},
@@ -1095,7 +1111,7 @@
10951111
"* Enter your **Project ID** and hit **Start**. You can now monitor your pipeline run in the UI (it will take about **10 minutes** to complete the run).\n",
10961112
"\n",
10971113
"\n",
1098-
"**NOTE that your pipeline run may fail due to the bug in a BigQuery component that does not handle certain race conditions. If you observe the pipeline failure, submit another pipeline run using the KFP UI using the steps above**\n",
1114+
"**NOTE that your pipeline run may fail due to the bug in a BigQuery component that does not handle certain race conditions. If you observe the pipeline failure, please click on Retry on the top right in the KFP UI to re-run the failed steps.**\n",
10991115
"\n",
11001116
"\n",
11011117
"Now let's set up a recurring run:\n",

0 commit comments

Comments
 (0)