runtime error

Exit code: 1. Reason: ics.com/quickstart/#ultralytics-settings. Downloading https://github.com/ultralytics/assets/releases/download/v8.4.0/yolov8s.pt to 'yolov8s.pt': 100% ━━━━━━━━━━━━ 21.5MB 245.2MB/s 0.1s Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. config.json: 0%| | 0.00/2.22k [00:00<?, ?B/s] config.json: 100%|██████████| 2.22k/2.22k [00:00<00:00, 13.4MB/s] Traceback (most recent call last): File "/app/app.py", line 35, in <module> describer_pipeline = transformers.pipeline( "image-to-text", ...<2 lines>... device_map="auto" if USE_GPU else None, ) File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 747, in pipeline normalized_task, targeted_task, task_options = check_task(task) ~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 355, in check_task return PIPELINE_REGISTRY.check_task(task) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/base.py", line 1338, in check_task raise KeyError(f"Unknown task {task}, available tasks are {self.get_supported_tasks()}") KeyError: "Unknown task image-to-text, available tasks are ['any-to-any', 'audio-classification', 'automatic-speech-recognition', 'depth-estimation', 'document-question-answering', 'feature-extraction', 'fill-mask', 'image-classification', 'image-feature-extraction', 'image-segmentation', 'image-text-to-text', 'keypoint-matching', 'mask-generation', 'ner', 'object-detection', 'sentiment-analysis', 'table-question-answering', 'text-classification', 'text-generation', 'text-to-audio', 'text-to-speech', 'token-classification', 'video-classification', 'zero-shot-audio-classification', 'zero-shot-classification', 'zero-shot-image-classification', 'zero-shot-object-detection']"

Container logs:

Fetching error logs...