Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 32617a806f fix import os 2023-05-05 14:31:06 -07:00
Andrew Ferlitsch 1b5660daf1 upgrade: boilerplate reduction 2 2023-05-05 21:16:48 +00:00
@@ -143,12 +143,10 @@
"source": [
"import os\n",
"\n",
"USER_FLAG = \"\"\n",
"\n",
"! pip3 install --upgrade google-cloud-aiplatform $USER_FLAG\n",
"! pip3 install --upgrade --quiet google-cloud-aiplatform\n",
"\n",
"if os.environ[\"IS_TESTING\"]:\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
" ! pip3 install --upgrade --quiet tensorflow"
]
},
{