runtime error

t, **kwargs) File "/home/user/.pyenv/versions/3.7.5/lib/python3.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='s3.amazonaws.com', port=443): Max retries exceeded with url: /models.huggingface.co/bert/roberta-base-config.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f722e880f10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/.pyenv/versions/3.7.5/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/user/.pyenv/versions/3.7.5/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/user/app/detector/server.py", line 155, in <module> fire.Fire(main) File "/home/user/.pyenv/versions/3.7.5/lib/python3.7/site-packages/fire/core.py", line 138, in Fire component_trace = _Fire(component, args, parsed_flag_args, context, name) File "/home/user/.pyenv/versions/3.7.5/lib/python3.7/site-packages/fire/core.py", line 471, in _Fire target=component.__name__) File "/home/user/.pyenv/versions/3.7.5/lib/python3.7/site-packages/fire/core.py", line 675, in _CallAndUpdateTrace component = fn(*varargs, **kwargs) File "/home/user/app/detector/server.py", line 121, in main model = RobertaForSequenceClassification.from_pretrained(model_name) File "/home/user/.pyenv/versions/3.7.5/lib/python3.7/site-packages/transformers/modeling_utils.py", line 287, in from_pretrained **kwargs File "/home/user/.pyenv/versions/3.7.5/lib/python3.7/site-packages/transformers/configuration_utils.py", line 145, in from_pretrained raise EnvironmentError(msg) OSError: Couldn't reach server at 'https://s3.amazonaws.com/models.huggingface.co/bert/roberta-base-config.json' to download pretrained model configuration file.

Container logs:

Fetching error logs...