Skip to content

Commit

Permalink
fix: fix aws region in deployment notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r committed Sep 28, 2023
1 parent 5db5c0f commit 1738b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/advanced_examples/Deployment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@
" instance_type=\"c5.large\",\n",
" verbose=True,\n",
" instance_name=\"cml_notebook_demo\",\n",
" region_name=\"eu-west-3\",\n",
") as instance_metadata:\n",
" deploy_to_aws(\n",
" path_to_model=path_to_model,\n",
Expand Down

0 comments on commit 1738b6c

Please sign in to comment.