runtime error

None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. No model was supplied, defaulted to distilbert-base-uncased-finetuned-sst-2-english and revision af0f99b (https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english). Using a pipeline without specifying a model name and revision in production is not recommended. config.json: 0%| | 0.00/629 [00:00<?, ?B/s] config.json: 100%|██████████| 629/629 [00:00<00:00, 3.44MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> text_classifier = pipeline('sentiment-analysis') File "/home/user/.local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 870, in pipeline framework, model = infer_framework_load_model( File "/home/user/.local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 220, in infer_framework_load_model raise RuntimeError( RuntimeError: At least one of TensorFlow 2.0 or PyTorch should be installed. To install TensorFlow 2.0, read the instructions at https://www.tensorflow.org/install/ To install PyTorch, read the instructions at https://pytorch.org/.

Container logs:

Fetching error logs...