Skip to content

Commit 01790f6

Browse files
authored
Merge pull request GoogleCloudPlatform#162 from GoogleCloudPlatform/ajayhemnani-patch-2
Update multiple_frameworks_lab.ipynb
2 parents 7629142 + 8bae6b9 commit 01790f6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

continuous_training/kubeflow/labs/multiple_frameworks_lab.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": {},
@@ -1098,7 +1114,7 @@
10981114
"\n",
10991115
"\n",
11001116
"\n",
1101-
"**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",
1117+
"**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",
11021118
"\n",
11031119
"\n",
11041120
"Now let's set up a recurring run:\n",

0 commit comments

Comments
 (0)