Skip to content

Commit

Permalink
docs: fix LocalModel push_image docstring.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 509940706
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Feb 15, 2023
1 parent 8ebcdbd commit 5fdb7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/prediction/local_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def push_image(self) -> None:
push images to it. Otherwise, you will hit the error, "Repository {REPOSITORY} not found".
To create Artifact Registry repositories, use UI or call the following gcloud command.
.. code-block:: python
.. code-block:: bash
gcloud artifacts repositories create {REPOSITORY} \
--project {PROJECT} \
Expand Down

0 comments on commit 5fdb7fc

Please sign in to comment.