runtime error

Exit code: 1. Reason: ackages/torch/hub.py", line 204, in _validate_not_a_forked_repo response = json.loads(_read_url(Request(url, headers=headers))) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 185, in _read_url with urlopen(url) as r: ~~~~~~~^^^^^ 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 403: rate limit exceeded During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 10, in <module> model = torch.hub.load("intel-isl/MiDaS", "DPT_Hybrid") File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 643, in load repo_or_dir = _get_cache_or_reload( repo_or_dir, ...<4 lines>... skip_validation=skip_validation, ) File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 263, in _get_cache_or_reload _validate_not_a_forked_repo(repo_owner, repo_name, ref) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 207, in _validate_not_a_forked_repo del headers["Authorization"] ~~~~~~~^^^^^^^^^^^^^^^^^ KeyError: 'Authorization'

Container logs:

Fetching error logs...