Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 4ad5d49ccf pin aip and TF 2023-11-15 09:59:06 -08:00
Andrew FerlitschandGitHub 3b7ce5f266 try pinning an earlier version 2023-11-13 17:39:50 -08:00
Andrew FerlitschandGitHub eeb7a92bf8 fix CI/CD 2023-11-13 15:47:48 -08:00
@@ -157,8 +157,8 @@
"outputs": [],
"source": [
"# Install the packages\n",
"! pip3 install --upgrade -q google-cloud-aiplatform \\\n",
" tensorflow \\\n",
"! pip3 install --upgrade -q google-cloud-aiplatform==1.34.0 \\\n",
" tensorflow==2.11 \\\n",
" tensorflow-hub"
]
},