Compare commits

...
Author SHA1 Message Date
Andrew Ferlitsch af96411844 port: kfp2 2023-10-04 20:33:26 +00:00
@@ -49,8 +49,10 @@
" <img src=\"https://lh3.googleusercontent.com/UiNooY4LUgW_oTvpsNhPpQzsstV5W8F7rYgxgGBD85cWJoLmrOzhVs_ksK_vgx40SHs7jCqkTkCk=e14-rj-sc0xffffff-h130-w32\" alt=\"Vertex AI logo\">\n",
" Open in Vertex AI Workbench\n",
" </a>\n",
" </td> \n",
"</table>"
" </td> \n",
"</table>\n",
"<br/>\n",
"*Note: This notebook uses KFP 1.x and GCPC 1.x. We recommend using 2.x*"
]
},
{
@@ -168,10 +170,11 @@
"# Install the packages\n",
"! pip3 install --quiet --upgrade google-cloud-aiplatform \\\n",
" 'google-cloud-pipeline-components<2'\n",
"\n",
"! pip3 install --quiet tensorflow==2.5 \\\n",
" tensorflow_hub\n",
"\n",
"! pip3 install--quiet --upgrade 'kfp<2'"
"! pip3 install --quiet --upgrade 'kfp<2'"
]
},
{