Compare commits

...
Author SHA1 Message Date
Andrew Ferlitsch e40557b3df fix: bucket name 2023-06-20 17:06:15 +00:00
Andrew Ferlitsch 2f9bab64bc check if passes 2023-06-20 17:04:49 +00:00
@@ -144,7 +144,10 @@
},
"outputs": [],
"source": [
"! pip3 install --upgrade --quiet google-cloud-aiplatform google-cloud-storage pillow numpy\n"
"! pip3 install --upgrade --quiet google-cloud-aiplatform \\\n",
" google-cloud-storage \\\n",
" pillow \\\n",
" numpy"
]
},
{
@@ -307,7 +310,7 @@
},
"outputs": [],
"source": [
"BUCKET_URI = \"gs://your-bucket-name-unique\" # @param {type:\"string\"}"
"BUCKET_URI = f\"gs://your-bucket-name-{PROJECT_ID}-unique\" # @param {type:\"string\"}"
]
},
{