runtime error

tp/client.py", line 1247, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.8/http/client.py", line 1007, in _send_output self.send(msg) File "/usr/local/lib/python3.8/http/client.py", line 947, in send self.connect() File "/usr/local/lib/python3.8/http/client.py", line 1414, in connect super().connect() File "/usr/local/lib/python3.8/http/client.py", line 918, in connect self.sock = self._create_connection( File "/usr/local/lib/python3.8/socket.py", line 808, in create_connection raise err File "/usr/local/lib/python3.8/socket.py", line 796, 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.py", line 7, in <module> model_en, _ = clip.load("ViT-B/32") File "/home/user/.local/lib/python3.8/site-packages/clip/clip.py", line 120, in load model_path = _download(_MODELS[name], download_root or os.path.expanduser("~/.cache/clip")) File "/home/user/.local/lib/python3.8/site-packages/clip/clip.py", line 59, in _download with urllib.request.urlopen(url) as source, open(download_target, "wb") as output: File "/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.8/urllib/request.py", line 525, in open response = self._open(req, data) File "/usr/local/lib/python3.8/urllib/request.py", line 542, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 1397, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/local/lib/python3.8/urllib/request.py", line 1357, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>

Container logs:

Fetching error logs...