runtime error

Exit code: 1. Reason: site-packages/google/auth/_default.py", line 185, in load_credentials_from_file return _load_credentials_from_info( File "/usr/local/lib/python3.10/site-packages/google/auth/_default.py", line 259, in _load_credentials_from_info credentials, project_id = _get_service_account_credentials( File "/usr/local/lib/python3.10/site-packages/google/auth/_default.py", line 533, in _get_service_account_credentials raise new_exc from caught_exc google.auth.exceptions.DefaultCredentialsError: ('Failed to load service account credentials from gcp_sa_key.json', ValueError('Unable to load PEM file. See https://cryptography.io/en/latest/faq/#why-can-t-i-import-my-pem-file for more details. InvalidData(InvalidByte(16, 46))')) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 67, in initialize_vertex_ai embed_model = TextEmbeddingModel.from_pretrained(MODEL_ID) File "/usr/local/lib/python3.10/site-packages/vertexai/_model_garden/_model_garden_models.py", line 292, in from_pretrained raise auth_exceptions.GoogleAuthError(credential_exception_str) from e google.auth.exceptions.GoogleAuthError: Unable to authenticate your request. Depending on your runtime environment, you can complete authentication by: - if in local JupyterLab instance: `!gcloud auth login` - if in Colab: -`from google.colab import auth` -`auth.authenticate_user()` - if in service account or other: please follow guidance in https://cloud.google.com/docs/authentication During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 85, in <module> embedding_model, tokenizer = initialize_vertex_ai() File "/app/app.py", line 83, in initialize_vertex_ai raise gr.Error("Could not initialize Vertex AI or tokenizer. Check your secrets and project configuration.") gradio.exceptions.Error: 'Could not initialize Vertex AI or tokenizer. Check your secrets and project configuration.'

Container logs:

Fetching error logs...