runtime error

quests.exceptions.ConnectionError: (MaxRetryError('HTTPSConnectionPool(host=\'huggingface.co\', port=443): Max retries exceeded with url: /laion/CoCa-ViT-L-14-laion2B-s13B-b90k/resolve/main/open_clip_pytorch_model.bin (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f669fa72910>: Failed to resolve \'huggingface.co\' ([Errno -3] Temporary failure in name resolution)"))'), '(Request ID: 42d63b2c-e60f-4254-ba71-8550a5179468)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "app.py", line 6, in <module> model, _, transform = open_clip.create_model_and_transforms( File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/open_clip/factory.py", line 384, in create_model_and_transforms model = create_model( File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/open_clip/factory.py", line 283, in create_model checkpoint_path = download_pretrained(pretrained_cfg, cache_dir=cache_dir) File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/open_clip/pretrained.py", line 582, in download_pretrained target = download_pretrained_from_hf(model_id, cache_dir=cache_dir) File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/open_clip/pretrained.py", line 552, in download_pretrained_from_hf cached_file = hf_hub_download(model_id, filename, revision=revision, cache_dir=cache_dir) File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 1371, in hf_hub_download raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

Container logs:

Fetching error logs...