We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40749af commit e97a6fbCopy full SHA for e97a6fb
google/cloud/aiplatform/prediction/local_model.py
@@ -491,6 +491,15 @@ def push_image(self) -> None:
491
492
See https://cloud.google.com/artifact-registry/docs/manage-repos#create for more details.
493
494
+ If you hit a "Permission artifactregistry.repositories.uploadArtifacts denied" error,
495
+ set up an authentication for Docker.
496
+
497
+ .. code-block:: bash
498
499
+ gcloud auth configure-docker {REPOSITORY}
500
501
+ See https://cloud.google.com/artifact-registry/docs/docker/authentication for mode details.
502
503
Raises:
504
ValueError: If the image uri is not a container registry or artifact registry
505
uri.
0 commit comments