Skip to content

Commit 9fa2cee

Browse files
authored
Update multiple_frameworks_kubeflow.ipynb
1 parent 67d1a19 commit 9fa2cee

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

continuous_training/kubeflow/solutions/multiple_frameworks_kubeflow.ipynb

Lines changed: 16 additions & 0 deletions
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": {},

0 commit comments

Comments
 (0)