mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
revert how sdk is downloaded (#2518)
Co-authored-by: Kamal Gurala <gkamal@google.com>
This commit is contained in:
co-authored by
Kamal Gurala
parent
3ef187ecc3
commit
578adab3b0
+3
-8
@@ -147,14 +147,9 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Install the packages\n",
|
||||
"! pip3 install --upgrade --quiet google-cloud-bigquery\\\n",
|
||||
" db-dtypes\n",
|
||||
"\n",
|
||||
"# Uninstall previous version of google-cloud-aiplatform SDK\n",
|
||||
"!pip3 uninstall google-cloud-aiplatform -y\n",
|
||||
"\n",
|
||||
"# Install the SDK from github\n",
|
||||
"!pip3 install --upgrade git+https://github.com/googleapis/python-aiplatform.git"
|
||||
"! pip3 install --upgrade --quiet google-cloud-aiplatform\\\n",
|
||||
" google-cloud-bigquery\\\n",
|
||||
" db-dtypes"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user