runtime error

6/lib/python3.8/http/client.py", line 922, in connect self.sock = self._create_connection( File "/home/user/.pyenv/versions/3.8.16/lib/python3.8/socket.py", line 787, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/home/user/.pyenv/versions/3.8.16/lib/python3.8/socket.py", line 918, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -5] No address associated with hostname During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 100, in <module> wget.download("https://huggingface.co/nzl-thu/MUSE/resolve/main/assets/ckpts/cc3m-285000.ckpt/lr_scheduler.pth","assets/ckpts/cc3m-285000.ckpt/lr_scheduler.pth") File "/home/user/.pyenv/versions/3.8.16/lib/python3.8/site-packages/wget.py", line 526, in download (tmpfile, headers) = ulib.urlretrieve(binurl, tmpfile, callback) File "/home/user/.pyenv/versions/3.8.16/lib/python3.8/urllib/request.py", line 247, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "/home/user/.pyenv/versions/3.8.16/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/home/user/.pyenv/versions/3.8.16/lib/python3.8/urllib/request.py", line 525, in open response = self._open(req, data) File "/home/user/.pyenv/versions/3.8.16/lib/python3.8/urllib/request.py", line 542, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/home/user/.pyenv/versions/3.8.16/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/home/user/.pyenv/versions/3.8.16/lib/python3.8/urllib/request.py", line 1397, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/home/user/.pyenv/versions/3.8.16/lib/python3.8/urllib/request.py", line 1357, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno -5] No address associated with hostname>

Container logs:

Fetching error logs...