IIt's not possible to run ChromaDB inside alpine docker image.
Versions
It doesn't work with the latest version of Chroma and any python
Relevant log output
The reason that onxxruntime doesn't support alpine.
https://github.com/microsoft/onnxruntime/issues/2909
Maybe we can make onnxruntime as an optional dependency? Now onnxruntime is used as default embedding. But the user of Chromadb can use different embedding that works with alpine.
What happened?
IIt's not possible to run ChromaDB inside alpine docker image.
Versions
It doesn't work with the latest version of Chroma and any python
Relevant log output