elastic / eland

Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
https://eland.readthedocs.io
Apache License 2.0
21 stars 99 forks source link

Revert "Allow reading Elasticsearch certs in Wolfi image" #734

Closed pquentin closed 1 month ago

pquentin commented 1 month ago

Reverts elastic/eland#732. Setting a different user actually breaks model upload, as Hugging Face writes to a cache folder unconditionally (even with caching disabled: https://huggingface.co/docs/datasets/v2.17.1/en/package_reference/main_classes#datasets.disable_caching). In my tests with --ca-certs I only checked that we could read the cert, unfortunately.