runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 41, in <module> pipe = pipeline( File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 994, in pipeline tokenizer = AutoTokenizer.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 889, in from_pretrained return tokenizer_class.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2119, in from_pretrained resolved_vocab_files[file_id] = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 402, in cached_file resolved_file = hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1366, in _hf_hub_download_to_cache_dir with WeakFileLock(lock_path): File "/usr/local/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_fixes.py", line 84, in WeakFileLock lock.acquire() File "/usr/local/lib/python3.10/site-packages/filelock/_api.py", line 332, in acquire self._acquire() File "/usr/local/lib/python3.10/site-packages/filelock/_unix.py", line 42, in _acquire fd = os.open(self.lock_file, open_flags, self._context.mode) OSError: [Errno 28] No space left on device: '/home/user/.cache/huggingface/hub/.locks/models--openai--whisper-large-v3/6038932a2a1f09a66991b1c2adae0d14066fa29e.lock'

Container logs:

Fetching error logs...