runtime error

Exit code: 1. Reason: uirement already satisfied: idna>=2.8 in /usr/local/lib/python3.10/site-packages (from anyio<5,>=3.4.0->starlette<0.33.0,>=0.29.0->fastapi==0.108.0) (3.11) Requirement already satisfied: sniffio>=1.1 in /usr/local/lib/python3.10/site-packages (from anyio<5,>=3.4.0->starlette<0.33.0,>=0.29.0->fastapi==0.108.0) (1.3.1) Downloading fastapi-0.108.0-py3-none-any.whl (92 kB) Downloading starlette-0.32.0.post1-py3-none-any.whl (70 kB) Installing collected packages: starlette, fastapi Attempting uninstall: starlette Found existing installation: starlette 0.38.6 Uninstalling starlette-0.38.6: Successfully uninstalled starlette-0.38.6 Attempting uninstall: fastapi Found existing installation: fastapi 0.112.4 Uninstalling fastapi-0.112.4: Successfully uninstalled fastapi-0.112.4 Successfully installed fastapi-0.108.0 starlette-0.32.0.post1 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.2 -> 25.3 [notice] To update, run: pip install --upgrade pip Traceback (most recent call last): File "/app/app.py", line 20, in <module> from ram.models import ram_plus File "/usr/local/lib/python3.10/site-packages/ram/models/__init__.py", line 1, in <module> from .ram_plus import ram_plus File "/usr/local/lib/python3.10/site-packages/ram/models/ram_plus.py", line 13, in <module> from .bert import BertConfig, BertLMHeadModel, BertModel File "/usr/local/lib/python3.10/site-packages/ram/models/bert.py", line 39, in <module> from transformers.modeling_utils import ( ImportError: cannot import name 'apply_chunking_to_forward' from 'transformers.modeling_utils' (/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py)

Container logs:

Fetching error logs...