runtime error
Exit code: 1. Reason: ", line 575, in request prep = self.prepare_request(req) File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 484, in prepare_request p.prepare( File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 367, in prepare self.prepare_url(url, params) File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 438, in prepare_url raise MissingSchema( requests.exceptions.MissingSchema: Invalid URL '/api/resolve-cache/models/openai/clip-vit-base-patch32/3d74acf9a28c67741b2f4f2ea7635f0aaf6f0268/preprocessor_config.json?%2Fopenai%2Fclip-vit-base-patch32%2Fresolve%2Fmain%2Fpreprocessor_config.json=&etag=%225a12a1eb250987a4eee0e3e7d7338c4b22724be1%22': No scheme supplied. Perhaps you meant https:///api/resolve-cache/models/openai/clip-vit-base-patch32/3d74acf9a28c67741b2f4f2ea7635f0aaf6f0268/preprocessor_config.json?%2Fopenai%2Fclip-vit-base-patch32%2Fresolve%2Fmain%2Fpreprocessor_config.json=&etag=%225a12a1eb250987a4eee0e3e7d7338c4b22724be1%22? During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> feature_extractor = CLIPFeatureExtractor.from_pretrained("openai/clip-vit-base-patch32") File "/usr/local/lib/python3.10/site-packages/transformers/feature_extraction_utils.py", line 308, in from_pretrained feature_extractor_dict, kwargs = cls.get_feature_extractor_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/feature_extraction_utils.py", line 438, in get_feature_extractor_dict raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like openai/clip-vit-base-patch32 is not the path to a directory containing a preprocessor_config.json file. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
Container logs:
Fetching error logs...