Skip to content

Commit

Permalink
Merge pull request #592 from a10pepo/feature/mlops-correccion-error
Browse files Browse the repository at this point in the history
correccion error en pipelines kubeflow
  • Loading branch information
a10pepo authored Mar 3, 2025
2 parents 150e436 + e4edb64 commit 772363b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PROFESORES/MIA/MLOPS/pipelines/kubeflow_exercise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@
"BUCKET_URI = \"gs://\"+BUCKET_NAME"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "565d2c11",
"metadata": {},
"outputs": [],
"source": [
"# Create bucket\n",
"!gsutil mb -l {LOCATION} gs://{BUCKET_NAME}"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
11 changes: 11 additions & 0 deletions PROFESORES/MIA/MLOPS/pipelines/kubeflow_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@
"BUCKET_URI = \"gs://\"+BUCKET_NAME"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d85f93e2",
"metadata": {},
"outputs": [],
"source": [
"# Create bucket\n",
"!gsutil mb -l {LOCATION} gs://{BUCKET_NAME}"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 772363b

Please sign in to comment.