Created
April 4, 2025 15:04
-
-
Save tazarov/77868e48900d5339a3c7a0cc01d26773 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
pip install maturin cffi patchelf | |
maturin build | |
pip install --no-index --find-links target/wheels/ chromadb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment