Skip to content

Commit

Permalink
Fixed the papermill issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Sep 18, 2019
1 parent 14505ad commit b599ba4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/core/component_build/component_build.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
"# Set your output and project. !!!Must Do before you can proceed!!!\n",
"EXPERIMENT_NAME = 'basic_component'\n",
"PROJECT_NAME = 'Your-Gcp-Project-Name' #'Your-GCP-Project-ID'\n",
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"OUTPUT_DIR = 'gs://%s-basic-component' % PROJECT_NAME # A path for asset outputs\n",
"BASE_IMAGE = 'google/cloud-sdk:latest' # Base image used in various steps of the pipeline\n",
"TARGET_IMAGE = 'gcr.io/%s/component:latest' % PROJECT_NAME # Target image that will include our final code"
Expand Down

0 comments on commit b599ba4

Please sign in to comment.