Skip to content

Commit bde6054

Browse files
authored
Merge pull request GoogleCloudPlatform#166 from GoogleCloudPlatform/ajayhemnani-patch-3
Update lab-02.ipynb
2 parents 72a11c3 + 35086db commit bde6054

File tree

2 files changed

+2
-48
lines changed

2 files changed

+2
-48
lines changed

workshops/tfx-caip-tf23/lab-02-tfx-pipeline/labs/lab-02.ipynb

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,6 @@
4343
"### Setup"
4444
]
4545
},
46-
{
47-
"cell_type": "markdown",
48-
"metadata": {},
49-
"source": [
50-
"#### Install packages"
51-
]
52-
},
53-
{
54-
"cell_type": "code",
55-
"execution_count": null,
56-
"metadata": {},
57-
"outputs": [],
58-
"source": [
59-
"%pip install --upgrade --user google-api-python-client google-auth-httplib2 google-auth-oauthlib"
60-
]
61-
},
62-
{
63-
"cell_type": "markdown",
64-
"metadata": {},
65-
"source": [
66-
"Note: you may need to restart the kernel."
67-
]
68-
},
6946
{
7047
"cell_type": "markdown",
7148
"metadata": {},
@@ -219,7 +196,7 @@
219196
"Update the below constants with the settings reflecting your lab environment. \n",
220197
"\n",
221198
"- `GCP_REGION` - the compute region for AI Platform Training, Vizier, and Prediction.\n",
222-
"- `ARTIFACT_STORE` - An existing GCS bucket. You can use any bucket or use the GCS bucket created during installation of AI Platform Pipelines. The default bucket name will contain the `kubeflowpipelines-` prefix."
199+
"- `ARTIFACT_STORE` - An existing GCS bucket. You can use any bucket or use the GCS bucket created during installation of AI Platform Pipelines. The default bucket name will contain the `kubeflowpipelines-` prefix. When specifying the bucket, do not use the trailing slash (/) at the end of the bucket name."
223200
]
224201
},
225202
{

workshops/tfx-caip-tf23/lab-02-tfx-pipeline/solutions/lab-02.ipynb

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,6 @@
4343
"### Setup"
4444
]
4545
},
46-
{
47-
"cell_type": "markdown",
48-
"metadata": {},
49-
"source": [
50-
"#### Install packages"
51-
]
52-
},
53-
{
54-
"cell_type": "code",
55-
"execution_count": null,
56-
"metadata": {},
57-
"outputs": [],
58-
"source": [
59-
"%pip install --upgrade --user google-api-python-client google-auth-httplib2 google-auth-oauthlib"
60-
]
61-
},
62-
{
63-
"cell_type": "markdown",
64-
"metadata": {},
65-
"source": [
66-
"Note: you may need to restart the kernel."
67-
]
68-
},
6946
{
7047
"cell_type": "markdown",
7148
"metadata": {},
@@ -219,7 +196,7 @@
219196
"Update the below constants with the settings reflecting your lab environment. \n",
220197
"\n",
221198
"- `GCP_REGION` - the compute region for AI Platform Training, Vizier, and Prediction.\n",
222-
"- `ARTIFACT_STORE` - An existing GCS bucket. You can use any bucket or use the GCS bucket created during installation of AI Platform Pipelines. The default bucket name will contain the `kubeflowpipelines-` prefix."
199+
"- `ARTIFACT_STORE` - An existing GCS bucket. You can use any bucket or use the GCS bucket created during installation of AI Platform Pipelines. The default bucket name will contain the `kubeflowpipelines-` prefix. When specifying the bucket, do not use the trailing slash (/) at the end of the bucket name."
223200
]
224201
},
225202
{

0 commit comments

Comments
 (0)