Hi gus,
Last year I made a space project, using dlib. It works well.
Recently I have to rebuild the space project, but the rebuilding fails every time, getting stuck (see logs). After about 30mins, the building fails with [error 137 (out of memory)]. I then remove all other packages and leaving only dlib in the requirement.txt, but still get the error: [unexpected job error].
I have already added [startup_duration_timeout: 4h] into the README.md file.
Does anyone know what is happening with dlib in hugging face???
----------------------------------------logs--------------
β RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install --no-cache-dir -r /tmp/requirements.txt
Collecting cmake (from -r /tmp/requirements.txt (line 7))
Downloading cmake-4.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB)
Collecting dlib==19.22.0 (from -r /tmp/requirements.txt (line 8))
Downloading dlib-19.22.0.tar.gz (7.4 MB)
ββββββββββββββββββββββββββββββββββββββββ 7.4/7.4 MB 113.5 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status βdoneβ
Downloading cmake-4.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.9 MB)
ββββββββββββββββββββββββββββββββββββββββ 27.9/27.9 MB 444.7 MB/s eta 0:00:00
Building wheels for collected packages: dlib
Building wheel for dlib (setup.py): started
---------------------end logs----------------------------