runtime error
Exit code: 1. Reason: Installing collected packages: accelerate Successfully installed accelerate-1.13.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [notice] A new release of pip is available: 25.3 -> 26.1.1 [notice] To update, run: pip install --upgrade pip Error importing huggingface_hub._snapshot_download: cannot import name 'KernelInfo' from 'huggingface_hub.hf_api' (/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py) Traceback (most recent call last): File "/app/app.py", line 58, in <module> from transformers import pipeline File "/usr/local/lib/python3.10/site-packages/transformers/__init__.py", line 30, in <module> from . import dependency_versions_check File "/usr/local/lib/python3.10/site-packages/transformers/dependency_versions_check.py", line 16, in <module> from .utils.versions import require_version, require_version_core File "/usr/local/lib/python3.10/site-packages/transformers/utils/__init__.py", line 76, in <module> from .hub import ( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 29, in <module> from huggingface_hub import ( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/__init__.py", line 1048, in __getattr__ "parse_hf_uri", File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 20, in <module> from .hf_api import DatasetInfo, HfApi, KernelInfo, ModelInfo, RepoFile, SpaceInfo ImportError: cannot import name 'KernelInfo' from 'huggingface_hub.hf_api' (/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py)
Container logs:
Fetching error logs...