runtime error
Exit code: 1. Reason: r/.pyenv/versions/3.10.18/lib/python3.10/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='download.openxlab.org.cn', port=443): Max retries exceeded with url: /models/SunzeY/AlphaCLIP/weight/clip_l14_336_grit1m_fultune_8xe.pth (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f686b185720>: Failed to resolve 'download.openxlab.org.cn' ([Errno -2] Name or service not known)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 164, in <module> download_checkpoint() File "/home/user/app/app.py", line 32, in download_checkpoint with requests.get(CKPT_URL, stream=True) as r: File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='download.openxlab.org.cn', port=443): Max retries exceeded with url: /models/SunzeY/AlphaCLIP/weight/clip_l14_336_grit1m_fultune_8xe.pth (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f686b185720>: Failed to resolve 'download.openxlab.org.cn' ([Errno -2] Name or service not known)"))
Container logs:
Fetching error logs...