runtime error
Exit code: 1. Reason: tected. GPU functionality will not be available. Use the NVIDIA Container Toolkit to start this container with GPU support; see https://docs.nvidia.com/datacenter/cloud-native/ . Checking weights... Downloading: "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth" to /code/weights/CodeFormer/codeformer.pth Traceback (most recent call last): File "/code/app.py", line 62, in <module> download_weights() File "/code/app.py", line 52, in download_weights load_file_from_url(url=pretrain_model_url['codeformer'], model_dir='weights/CodeFormer', progress=True, file_name=None) File "/code/basicsr/utils/download_util.py", line 94, in load_file_from_url download_url_to_file(url, cached_file, hash_prefix=None, progress=progress) File "/opt/conda/lib/python3.10/site-packages/torch/hub.py", line 597, in download_url_to_file u = urlopen(req) File "/opt/conda/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/opt/conda/lib/python3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/opt/conda/lib/python3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/conda/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/opt/conda/lib/python3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/opt/conda/lib/python3.10/urllib/request.py", line 1352, in do_open r = h.getresponse() File "/opt/conda/lib/python3.10/http/client.py", line 1374, in getresponse response.begin() File "/opt/conda/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/opt/conda/lib/python3.10/http/client.py", line 287, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response
Container logs:
Fetching error logs...