runtime error

Exit code: 1. Reason: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. datasets 4.8.4 requires huggingface-hub<2.0,>=0.25.0, but you have huggingface-hub 0.23.5 which is incompatible. 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. Traceback (most recent call last): File "/app/app.py", line 25, in <module> from step4_model import MultiTaskModel File "/app/step4_model.py", line 16, in <module> from torchvision import models ModuleNotFoundError: No module named 'torchvision'

Container logs:

Fetching error logs...