We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We don't need to reinstall the lib as it is now (0.7.3+) delivered a binary whl.
Remove pip install --force-reinstall --no-cache-dir chroma-hnswlib from the entry point
pip install --force-reinstall --no-cache-dir chroma-hnswlib
N/A
would make my life easier
No response
The text was updated successfully, but these errors were encountered:
feat: Removed the hnswlib reinstall at image boot.
ba7839b
- fixed the default log config path in the entrypoint - removed unnecessary virtual env install (reduces image size) - Added optimize hnsw lib build flag for AVX supported CPU architectures Refs: #34
fix: Fixed Dockerfile hnswlib build issue
1c3c579
Refs: #34
tazarov
Successfully merging a pull request may close this issue.
Describe the problem
We don't need to reinstall the lib as it is now (0.7.3+) delivered a binary whl.
Describe the proposed solution
Remove
pip install --force-reinstall --no-cache-dir chroma-hnswlib
from the entry pointAlternatives considered
N/A
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: