runtime error
Exit code: 1. Reason: /app/utils/llm_utils.py:1: FutureWarning: All support for the `google.generativeai` package has ended. It will no longer be receiving updates or bug fixes. Please switch to the `google.genai` package as soon as possible. See README for more details: https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md import google.generativeai as genai Traceback (most recent call last): File "/app/app.py", line 5, in <module> from utils.hardware_utils import categorize_ram, categorize_vram File "/app/utils/hardware_utils.py", line 2, in <module> import psutil ModuleNotFoundError: No module named 'psutil'
Container logs:
Fetching error logs...