runtime error

Exit code: 1. Reason: op, torchvision, ultralytics Attempting uninstall: torch Found existing installation: torch 2.4.0 Uninstalling torch-2.4.0: Successfully uninstalled torch-2.4.0 Successfully installed opencv-python-4.11.0.86 py-cpuinfo-9.0.0 torch-2.4.1 torchvision-0.19.1 ultralytics-8.3.152 ultralytics-thop-2.0.14 [notice] A new release of pip available: 22.3.1 -> 25.1.1 [notice] To update, run: pip install --upgrade pip WARNING ⚠️ user config directory '/home/user/.config/Ultralytics' is not writeable, defaulting to '/tmp' or CWD.Alternatively you can define a YOLO_CONFIG_DIR environment variable for this path. Creating new Ultralytics Settings v0.0.6 file ✅ View Ultralytics Settings with 'yolo settings' or at '/tmp/Ultralytics/settings.json' Update Settings with 'yolo settings key=value', i.e. 'yolo settings runs_dir=path/to/dir'. For help see https://docs.ultralytics.com/quickstart/#ultralytics-settings. Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> model = torch.hub.load('ultralytics/yolov5', 'custom', weights_path, force_reload=True) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 570, in load model = _load_local(repo_or_dir, model, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 599, in _load_local model = entry(*args, **kwargs) File "/home/user/.cache/torch/hub/ultralytics_yolov5_master/hubconf.py", line 135, in custom return _create(path, autoshape=autoshape, verbose=_verbose, device=device) File "/home/user/.cache/torch/hub/ultralytics_yolov5_master/hubconf.py", line 56, in _create from models.yolo import ClassificationModel, DetectionModel, SegmentationModel File "/home/user/.cache/torch/hub/ultralytics_yolov5_master/models/yolo.py", line 55, in <module> from utils.plots import feature_visualization File "/home/user/.cache/torch/hub/ultralytics_yolov5_master/utils/plots.py", line 15, in <module> import seaborn as sn ModuleNotFoundError: No module named 'seaborn'

Container logs:

Fetching error logs...