runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> from gagent.agents import registry File "/home/user/app/gagent/__init__.py", line 6, in <module> from .agents import * # noqa File "/home/user/app/gagent/agents/__init__.py", line 3, in <module> from gagent.agents.base_agent import BaseAgent File "/home/user/app/gagent/agents/base_agent.py", line 24, in <module> from gagent.tools import TOOLS File "/home/user/app/gagent/tools/__init__.py", line 3, in <module> from gagent.tools.code_interpreter import execute_code_multilang File "/home/user/app/gagent/tools/code_interpreter.py", line 13, in <module> import matplotlib.pyplot as plt ModuleNotFoundError: No module named 'matplotlib'

Container logs:

Fetching error logs...