runtime error

Exit code: 3. Reason: INFO: Started server process [1] INFO: Waiting for application startup. ERROR: Traceback (most recent call last): File "/app/app.py", line 84, in load_model response = s3.get_object(Bucket=S3_BUCKET, Key=MODEL_KEY) File "/usr/local/lib/python3.10/site-packages/botocore/client.py", line 602, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.10/site-packages/botocore/context.py", line 123, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/botocore/client.py", line 1078, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (InvalidAccessKeyId) when calling the GetObject operation: The AWS Access Key Id you provided does not exist in our records. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 571, in __aenter__ await self._router.startup() File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 673, in startup handler() File "/app/app.py", line 90, in load_model raise RuntimeError(f"Impossible de charger le modèle : {e}") RuntimeError: Impossible de charger le modèle : An error occurred (InvalidAccessKeyId) when calling the GetObject operation: The AWS Access Key Id you provided does not exist in our records. ERROR: Application startup failed. Exiting. Téléchargement du modèle depuis s3://getaround33-mlflow/mlflow/models/xgboost_model_b1b996c52f2d467686907e0badd7a688.joblib ❌ Erreur chargement modèle : An error occurred (InvalidAccessKeyId) when calling the GetObject operation: The AWS Access Key Id you provided does not exist in our records.

Container logs:

Fetching error logs...