runtime error

Exit code: 1. Reason: tom_task(task_info): │ │ │ │ /home/user/.local/lib/python3.10/site-packages/transformers/pipelines/base.p │ │ y:1350 in check_task │ │ │ │ 1347 │ │ │ targeted_task = self.supported_tasks[task] │ │ 1348 │ │ │ return task, targeted_task, None │ │ 1349 │ │ │ │ ā± 1350 │ │ raise KeyError(f"Unknown task {task}, available tasks are │ │ {self.get_supported_tasks()}") │ │ 1351 │ │ │ 1352 │ def register_pipeline( │ │ 1353 │ │ self, │ ╰──────────────────────────────────────────────────────────────────────────────╯ KeyError: "Unknown task text2text-generation, 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...