runtime error

Exit code: 1. Reason: ~~~~~~~~~~~~~~~~~~~~~~~~~^ device, max_num_keypoints, *args, **kwargs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/app/image-matching-models/matching/im_models/xfeat_steerers.py", line 35, in __init__ self.model = torch.hub.load("verlab/accelerated_features", "XFeat", pretrained=False, top_k=max_num_keypoints, *args, **kwargs) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 661, in load repo_or_dir = _get_cache_or_reload( repo_or_dir, ...<3 lines>... skip_validation=skip_validation, ) File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 278, in _get_cache_or_reload repo_owner, repo_name, ref = _parse_repo_info(github) ~~~~~~~~~~~~~~~~^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 206, in _parse_repo_info with urlopen(f"https://github.com/{repo_owner}/{repo_name}/tree/main/"): ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/urllib/request.py", line 189, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/urllib/request.py", line 495, in open response = meth(req, response) File "/usr/local/lib/python3.13/urllib/request.py", line 604, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/local/lib/python3.13/urllib/request.py", line 533, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/local/lib/python3.13/urllib/request.py", line 466, in _call_chain result = func(*args) File "/usr/local/lib/python3.13/urllib/request.py", line 613, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 504: Gateway Time-out

Container logs:

Fetching error logs...