Compare commits

...
Author SHA1 Message Date
Andrew Ferlitsch a4bbb25c39 fix: check if passes #5 2023-06-21 23:03:10 +00:00
@@ -146,7 +146,7 @@
"source": [
"! pip3 install --upgrade --quiet google-cloud-aiplatform \\\n",
" google-cloud-storage \\\n",
" tensorflow==2.5"
" tensorflow==2.11"
]
},
{
@@ -322,7 +322,7 @@
},
"outputs": [],
"source": [
"! gsutil mb -l $REGION $BUCKET_URI"
"! gsutil mb -l {REGION} {BUCKET_URI}"
]
},
{