runtime error

(most recent call last): File "app.py", line 55, in <module> models[model_name]["vgg"] = VGGEncoder().eval() File "/home/user/app/src/models/modules/image_encoder.py", line 122, in __init__ self.model = torch.hub.load("pytorch/vision:v0.10.0", "vgg16", pretrained=True) File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 555, in load repo_or_dir = _get_cache_or_reload(repo_or_dir, force_reload, trust_repo, "load", File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 230, in _get_cache_or_reload download_url_to_file(url, cached_file, progress=False) File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 611, in download_url_to_file u = urlopen(req) File "/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) File "/usr/local/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( File "/usr/local/lib/python3.8/urllib/request.py", line 563, in error result = self._call_chain(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 755, in http_error_302 return self.parent.open(new, timeout=req.timeout) File "/usr/local/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) File "/usr/local/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( File "/usr/local/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 502: Bad Gateway

Container logs:

Fetching error logs...