runtime error

Exit code: 1. Reason: url, headers=headers))) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/hub.py", line 230, 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/run.py", line 6, in <module> model = torch.hub.load('pytorch/vision:v0.6.0', 'resnet18', pretrained=True).eval() ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 306, 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 252, in _validate_not_a_forked_repo del headers["Authorization"] ~~~~~~~^^^^^^^^^^^^^^^^^ KeyError: 'Authorization'

Container logs:

Fetching error logs...