-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while Configuring Local Docker to Use GCLOUD CLI #48
Comments
Hi @varshasahasrabuddhe , |
Hi Mike, yes i figured that out, it works in User Managed workbench instance. Any idea why it doesnt in Managed workbench instance? Also now i am getting below errors on Docker Run command Errors - multiprocessing.pool.RemoteTraceback: The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Hi Mike,
I am working on notebook "Vertex AI Custom Model - Prophet - Custom Job With Custom Container".
Below command throws an error
!gcloud auth configure-docker {REGION}-docker.pkg.dev --quiet
Error message -
WARNING:
docker
not in system PATH.docker
anddocker-credential-gcloud
need to be in the same PATH in order to work correctly together.gcloud's Docker credential helper can be configured but it will not work until this is corrected.
Adding credentials for: us-west1-docker.pkg.dev
Docker configuration file updated.
Any idea, how to go about this?
The text was updated successfully, but these errors were encountered: