runtime error

Exit code: 1. Reason: libgomp: Invalid value for environment variable OMP_NUM_THREADS ## Downloading the model file Traceback (most recent call last): File "/root/.pyenv/versions/3.10.20/lib/python3.10/site-packages/urllib3/response.py", line 903, in _error_catcher yield File "/root/.pyenv/versions/3.10.20/lib/python3.10/site-packages/urllib3/response.py", line 1049, in _raw_read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) urllib3.exceptions.IncompleteRead: IncompleteRead(3861332621 bytes read, 17398564 more expected) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 52, in <module> download_model("https://huggingface.co/abyildirim/inst-inpaint-models/resolve/main/gqa_inpaint.zip") File "/app/app.py", line 20, in download_model shutil.copyfileobj(r.raw, file) File "/root/.pyenv/versions/3.10.20/lib/python3.10/shutil.py", line 195, in copyfileobj buf = fsrc_read(length) File "/root/.pyenv/versions/3.10.20/lib/python3.10/site-packages/urllib3/response.py", line 1112, in read data = self._raw_read(amt) File "/root/.pyenv/versions/3.10.20/lib/python3.10/site-packages/urllib3/response.py", line 1027, in _raw_read with self._error_catcher(): File "/root/.pyenv/versions/3.10.20/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/root/.pyenv/versions/3.10.20/lib/python3.10/site-packages/urllib3/response.py", line 927, in _error_catcher raise ProtocolError(arg, e) from e urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(3861332621 bytes read, 17398564 more expected)', IncompleteRead(3861332621 bytes read, 17398564 more expected))

Container logs:

Fetching error logs...