Skip to content
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

Container Image URI in docs and README not consistent with official documentation #838

Closed
maxhardt opened this issue Nov 11, 2021 · 0 comments · Fixed by #890
Closed

Container Image URI in docs and README not consistent with official documentation #838

maxhardt opened this issue Nov 11, 2021 · 0 comments · Fixed by #890
Assignees
Labels
api: aiplatform Issues related to the AI Platform API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@maxhardt
Copy link

maxhardt commented Nov 11, 2021

Problem
There seem to be two different container registries and as a result container image URIs in different parts of the vertex-ai documentation.

The official vertex-ai documentation for pre-built containers only contain {REGION}-docker.pkg.dev URIs. Example: us-docker.pkg.dev/vertex-ai/training/tf-cpu.2-2:latest

The examples described in this Python client library only contain gcr.io URIs (I assume the region is dynamically set based on the users location settings). Example: gcr.io/cloud-aiplatform/training/tf-cpu.2-2:latest

Solution
Align the documentation.

@product-auto-label product-auto-label bot added the api: aiplatform Issues related to the AI Platform API. label Nov 11, 2021
@nicain nicain added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: aiplatform Issues related to the AI Platform API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants