runtime error

Exit code: 1. Reason: .send(msg) File "/usr/local/lib/python3.9/http/client.py", line 980, in send self.connect() File "/usr/local/lib/python3.9/http/client.py", line 1447, in connect super().connect() File "/usr/local/lib/python3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/usr/local/lib/python3.9/socket.py", line 844, in create_connection raise err File "/usr/local/lib/python3.9/socket.py", line 832, in create_connection sock.connect(sa) OSError: [Errno 101] Network is unreachable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 21, in <module> translation_model = load_translation_models() File "/app/translator/models/translation_models.py", line 17, in load_translation_models whisper_model = whisper.load_model("large", download_root="/tmp/model/").to(device) File "/home/user/.local/lib/python3.9/site-packages/whisper/__init__.py", line 133, in load_model checkpoint_file = _download(_MODELS[name], download_root, in_memory) File "/home/user/.local/lib/python3.9/site-packages/whisper/__init__.py", line 69, in _download with urllib.request.urlopen(url) as source, open(download_target, "wb") as output: File "/usr/local/lib/python3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.9/urllib/request.py", line 517, in open response = self._open(req, data) File "/usr/local/lib/python3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/local/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/usr/local/lib/python3.9/urllib/request.py", line 1389, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/local/lib/python3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>

Container logs:

Fetching error logs...