runtime error

Exit code: 1. Reason: [model] Loading tokenizer... tokenizer_config.json: 0%| | 0.00/166k [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 166k/166k [00:00<00:00, 5.70MB/s] tokenizer.json: 0%| | 0.00/9.98M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 9.98M/9.98M [00:00<00:00, 49.9MB/s] special_tokens_map.json: 0%| | 0.00/801 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 801/801 [00:00<00:00, 8.68MB/s] [model] Loading model... config.json: 0%| | 0.00/2.88k [00:00<?, ?B/s] config.json: 100%|██████████| 2.88k/2.88k [00:00<00:00, 29.3MB/s] modeling_unlimitedocr.py: 0%| | 0.00/53.4k [00:00<?, ?B/s] modeling_unlimitedocr.py: 100%|██████████| 53.4k/53.4k [00:00<00:00, 127MB/s] Encountered exception while importing matplotlib: No module named 'matplotlib' Traceback (most recent call last): File "/home/user/app/app.py", line 45, in <module> model = AutoModel.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 549, in from_pretrained config, kwargs = AutoConfig.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1346, in from_pretrained config_class = get_class_from_dynamic_module( File "/usr/local/lib/python3.10/site-packages/transformers/dynamic_module_utils.py", line 604, in get_class_from_dynamic_module final_module = get_cached_module_file( File "/usr/local/lib/python3.10/site-packages/transformers/dynamic_module_utils.py", line 427, in get_cached_module_file modules_needed = check_imports(resolved_module_file) File "/usr/local/lib/python3.10/site-packages/transformers/dynamic_module_utils.py", line 260, in check_imports raise ImportError( ImportError: This modeling file requires the following packages that were not found in your environment: matplotlib. Run `pip install matplotlib`

Container logs:

Fetching error logs...