runtime error

Exit code: 1. Reason: the prompt is to be answered with 'yes'. You can also use load(..., trust_repo='check') which will only prompt for confirmation if the repo is not already trusted. This will eventually be the default behaviour warnings.warn( Downloading: "https://github.com/NVIDIA/DeepLearningExamples/zipball/torchhub" to /home/user/.cache/torch/hub/torchhub.zip /home/user/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub/PyTorch/Classification/ConvNets/image_classification/models/common.py:13: UserWarning: pytorch_quantization module not found, quantization will not be available warnings.warn( /home/user/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub/PyTorch/Classification/ConvNets/image_classification/models/efficientnet.py:17: UserWarning: pytorch_quantization module not found, quantization will not be available warnings.warn( Downloading: "https://api.ngc.nvidia.com/v2/models/nvidia/efficientnet_b0_pyt_amp/versions/20.12.0/files/nvidia_efficientnet-b0_210412.pth" to /home/user/.cache/torch/hub/checkpoints/nvidia_efficientnet-b0_210412.pth 0%| | 0.00/20.5M [00:00<?, ?B/s] 66%|██████▌ | 13.5M/20.5M [00:00<00:00, 141MB/s] 100%|██████████| 20.5M/20.5M [00:00<00:00, 150MB/s] Using cache found in /home/user/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub Traceback (most recent call last): File "app.py", line 8, in <module> utils = torch.hub.load('NVIDIA/DeepLearningExamples:torchhub', 'nvidia_convnets_processing_utils') File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 542, in load model = _load_local(repo_or_dir, model, *args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 572, in _load_local model = entry(*args, **kwargs) File "/home/user/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub/PyTorch/Classification/ConvNets/image_classification/models/entrypoints.py", line 51, in nvidia_convnets_processing_utils import validators ModuleNotFoundError: No module named 'validators'

Container logs:

Fetching error logs...