Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 142b8ac40a Fix TF import 2023-07-06 13:32:25 -07:00
Andrew FerlitschandGitHub 5e55c60577 Attempt to fix CI/CD issue 2023-07-06 13:16:05 -07:00
@@ -139,8 +139,8 @@
},
"outputs": [],
"source": [
"! pip install --upgrade -q google-cloud-aiplatform \\\n",
" tensorflow -q"
"! pip install --upgrade --quiet google-cloud-aiplatform \\\n",
" tensorflow==2.11"
]
},
{