runtime error

in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 31, in <module> translator = Translator( File "/home/user/.local/lib/python3.10/site-packages/seamless_communication/models/inference/translator.py", line 62, in __init__ self.model: UnitYModel = self.load_model_for_inference( File "/home/user/.local/lib/python3.10/site-packages/seamless_communication/models/inference/translator.py", line 92, in load_model_for_inference model = load_model_fn(model_name_or_card, device=device, dtype=dtype) File "/home/user/.local/lib/python3.10/site-packages/fairseq2/models/utils/model_loader.py", line 182, in __call__ pathname = self.download_manager.download_checkpoint( File "/home/user/.local/lib/python3.10/site-packages/fairseq2/assets/download_manager.py", line 119, in download_checkpoint self._download_file(uri, pathname, display_name, force, progress) File "/home/user/.local/lib/python3.10/site-packages/fairseq2/assets/download_manager.py", line 221, in _download_file response = urlopen(uri) File "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/usr/local/lib/python3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/local/lib/python3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>

Container logs:

Fetching error logs...