runtime error

Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. warnings.warn( /usr/local/lib/python3.13/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=DeepLabV3_ResNet101_Weights.COCO_WITH_VOC_LABELS_V1`. You can also use `weights=DeepLabV3_ResNet101_Weights.DEFAULT` to get the most up-to-date weights. warnings.warn(msg) Downloading: "https://download.pytorch.org/models/deeplabv3_resnet101_coco-586e9e4e.pth" to /root/.cache/torch/hub/checkpoints/deeplabv3_resnet101_coco-586e9e4e.pth 0%| | 0.00/233M [00:00<?, ?B/s] 100%|██████████| 233M/233M [00:00<00:00, 353MB/s] Traceback (most recent call last): File "/app/app.py", line 27, in <module> mp_pose = mp.solutions.pose ^^^^^^^^^^^^ AttributeError: module 'mediapipe' has no attribute 'solutions'

Container logs:

Fetching error logs...