runtime error

Exit code: 1. Reason: o add the repository to your trusted list, change the command to {calling_fn}(..., trust_repo=False) and a command prompt will appear asking for an explicit confirmation of trust, or load(..., trust_repo=True), which will assume that the prompt is to be answered with 'yes'. You can also use load(..., trust_repo='check') which will only prompt for confirmation if the repo is not already trusted. This will eventually be the default behaviour warnings.warn( Downloading: "https://github.com/ultralytics/yolov5/zipball/master" to /home/user/.cache/torch/hub/master.zip Traceback (most recent call last): File "/home/user/app/app.py", line 9, in <module> model = torch.hub.load("ultralytics/yolov5", "custom", path="yolov5_0.65map_exp7_best.pt", 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 137, in custom return _create(path, autoshape=autoshape, verbose=_verbose, device=device) File "/home/user/.cache/torch/hub/ultralytics_yolov5_master/hubconf.py", line 55, in _create from models.common import AutoShape, DetectMultiBackend File "/home/user/.cache/torch/hub/ultralytics_yolov5_master/models/common.py", line 41, in <module> from utils.dataloaders import letterbox File "/home/user/.cache/torch/hub/ultralytics_yolov5_master/utils/dataloaders.py", line 26, in <module> from utils.augmentations import ( File "/home/user/.cache/torch/hub/ultralytics_yolov5_master/utils/augmentations.py", line 13, in <module> from utils.general import LOGGER, check_version, colorstr, resample_segments, segment2box File "/home/user/.cache/torch/hub/ultralytics_yolov5_master/utils/general.py", line 52, in <module> from ultralytics.utils.git import GitRepo ModuleNotFoundError: No module named 'ultralytics.utils.git'

Container logs:

Fetching error logs...