runtime error

Exit code: 1. Reason: el.safetensors: 100%|██████████| 90.9M/90.9M [00:00<00:00, 217MB/s] tokenizer_config.json: 0%| | 0.00/350 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 350/350 [00:00<00:00, 2.32MB/s] vocab.txt: 0.00B [00:00, ?B/s] vocab.txt: 232kB [00:00, 82.2MB/s] tokenizer.json: 0.00B [00:00, ?B/s] tokenizer.json: 466kB [00:00, 124MB/s] special_tokens_map.json: 0%| | 0.00/112 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 112/112 [00:00<00:00, 1.00MB/s] config.json: 0%| | 0.00/190 [00:00<?, ?B/s] config.json: 100%|██████████| 190/190 [00:00<00:00, 1.34MB/s] Traceback (most recent call last): File "/app/app.py", line 48, in <module> agent = CodeAgent( tools=[search_cricket_database], ...<2 lines>... additional_authorized_imports=["web_search", "math", "time", "re"] ) File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 1569, in __init__ self.python_executor = executor or self.create_python_executor() ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 1587, in create_python_executor return LocalPythonExecutor( self.additional_authorized_imports, **{"max_print_outputs_length": self.max_print_outputs_length} | self.executor_kwargs, ) File "/usr/local/lib/python3.13/site-packages/smolagents/local_python_executor.py", line 1716, in __init__ self._check_authorized_imports_are_installed() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/smolagents/local_python_executor.py", line 1736, in _check_authorized_imports_are_installed raise InterpreterError( ...<2 lines>... ) smolagents.local_python_executor.InterpreterError: Non-installed authorized modules: web_search. Please install these modules or remove them from the authorized imports list.

Container logs:

Fetching error logs...