Skip to content

Commit

Permalink
Removed bucket and project names
Browse files Browse the repository at this point in the history
  • Loading branch information
zanedurante committed Jul 25, 2019
1 parent 349680e commit d5ed955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/notebooks/Multiple outputs - basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"metadata": {},
"outputs": [],
"source": [
"GCS_BUCKET = 'gs://hello_world_test_bucket' # GCS bucket name\n",
"PROJECT_NAME = 'intro-to-kubeflow-1' # GCP project name\n",
"GCS_BUCKET = 'gs://[BUCKET-NAME]' # GCS bucket name\n",
"PROJECT_NAME = '[PROJECT-NAME]' # GCP project name\n",
"\n",
"STAGING_GCS_PATH = GCS_BUCKET + '/multiple-output-sample'\n",
"TARGET_IMAGE = 'gcr.io/%s/multi-output:latest' % PROJECT_NAME\n",
Expand Down

0 comments on commit d5ed955

Please sign in to comment.