-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[Bug]: FixMyCar docker push issue #490
Comments
Hello! if you're seeing an error that During the build, looks like you got an err: if Maven is correctly installed, you should be able to run this.
The docker build step should then be able to run these maven commands during the build: https://github.com/GoogleCloudPlatform/generative-ai/blob/main/gemini/sample-apps/fixmycar/vertex-ai-search/backend/Dockerfile#L17 |
For me, this is issue was caused by the omission of the wrapper from the git repository (probably due to the .gitignore) To fix this issue, I did the following...
After this, the docker push worked successfully. Hope this helps. |
Getting this FixMyCar sample app to work is challenging.
Any suggestions on the best way to fix the missing class file for com.google.protobuf.GeneratedMessageV3 ? |
Hi all- Fixes in progress for 1, 2, and 3. |
…xes protobuf dep. issue (GoogleCloudPlatform#829) Fixes GoogleCloudPlatform#490 ### Changelog - [x] Remove Cloud SQL flavor from upstream, keeping Vertex AI Search (now agent builder). Rationale: all user feedback so far has been for the Agent Builder flavor. GCP already has multiple Cloud SQL RAG sample apps, including the [DB Retrieval App](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app) and this [Jump Start Solution](https://cloud.google.com/architecture/ai-ml/generative-ai-rag). Removing the Cloud SQL flavor helps reduce duplicated code and maintenance overhead in this repo. If we hear user feedback or requests for the Cloud SQL flavor to return, I will re-add. - [x] Swap in Agent Builder naming for all instances of Vertex AI Search. - [x] Upgrade model to Gemini 1.5 Flash. - [x] Java backend - commit `MavenWrapper`. This is [somewhat contentious](https://stackoverflow.com/questions/47240546/should-the-mvnw-files-be-added-to-the-repository) but will help speed up deployment for new users and make sure folks are using the right Maven version. - [x] Java backend - Fix [protobuf forward-breaking change](protocolbuffers/protobuf#17247) by switching all GCP client libs to the latest `libraries-bom`. Remove specific versions of clients and dependencies. This seemed to resolve the problem, which I believe was caused by multiple underlying and incompatible protobuf versions. ---------
…xes protobuf dep. issue (GoogleCloudPlatform#829) Fixes GoogleCloudPlatform#490 ### Changelog - [x] Remove Cloud SQL flavor from upstream, keeping Vertex AI Search (now agent builder). Rationale: all user feedback so far has been for the Agent Builder flavor. GCP already has multiple Cloud SQL RAG sample apps, including the [DB Retrieval App](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app) and this [Jump Start Solution](https://cloud.google.com/architecture/ai-ml/generative-ai-rag). Removing the Cloud SQL flavor helps reduce duplicated code and maintenance overhead in this repo. If we hear user feedback or requests for the Cloud SQL flavor to return, I will re-add. - [x] Swap in Agent Builder naming for all instances of Vertex AI Search. - [x] Upgrade model to Gemini 1.5 Flash. - [x] Java backend - commit `MavenWrapper`. This is [somewhat contentious](https://stackoverflow.com/questions/47240546/should-the-mvnw-files-be-added-to-the-repository) but will help speed up deployment for new users and make sure folks are using the right Maven version. - [x] Java backend - Fix [protobuf forward-breaking change](protocolbuffers/protobuf#17247) by switching all GCP client libs to the latest `libraries-bom`. Remove specific versions of clients and dependencies. This seemed to resolve the problem, which I believe was caused by multiple underlying and incompatible protobuf versions. ---------
File Name
https://github.com/GoogleCloudPlatform/generative-ai/blob/main/gemini/sample-apps/fixmycar/vertex-ai-search/dockerpush.sh
What happened?
Following the fixmycar sample-app here , while running the script
./dockerpush.sh
the script ends with the following error:An image does not exist locally with the tag: us-central1-docker.pkg.dev/PROJECT-ID/fixmycar/backend-vertex-ai-search
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: