runtime error

ib/python3.8/site-packages/transformers/utils/hub.py", line 284, in cached_path output_path = get_from_cache( File "/usr/local/lib/python3.8/site-packages/transformers/utils/hub.py", line 479, in get_from_cache os.makedirs(cache_dir, exist_ok=True) File "/usr/local/lib/python3.8/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.8/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.8/os.py", line 223, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/.cache' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app/chat_server.py", line 14, in <module> model = ConvAIModelExtended("gpt2", "cahya/gpt2-small-indonesian-personachat", File "/app/app/convaimodel_extended.py", line 18, in __init__ super(ConvAIModelExtended, self).__init__(model_type, model_name, File "/usr/local/lib/python3.8/site-packages/simpletransformers/conv_ai/conv_ai_model.py", line 153, in __init__ self.config = config_class.from_pretrained(model_name, **self.args.config) File "/usr/local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 526, in from_pretrained config_dict, kwargs = cls.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 553, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 641, in _get_config_dict raise EnvironmentError( OSError: Can't load config for 'cahya/gpt2-small-indonesian-personachat'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'cahya/gpt2-small-indonesian-personachat' is the correct path to a directory containing a config.json file

Container logs:

Fetching error logs...