-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Kubernetes deployment issue: #1343
Comments
@Prakhar-Goyal-git, the error you are seeing usually means system incompatibility. Can you tell me about your worker nodes, and what arch and OS are they running? |
@tazarov I tried using the image ghcr.io/chroma-core/chroma:0.4.18.dev2@sha256:1bab0b7f114f6e0be42f945da0459b2c8aaa65d5479d9b1661afa8d6b9f73b82 which is a linux/amd64 image and it is not giving exe format error but have this error: Error: Invalid value for --log-config: Path chroma/log_config.yml does not exists Now the linux image i create in local is giving the same error as format one but using the official image available is giving permission erro =r how to resolve this one. |
@Prakhar-Goyal-git, thanks for your patience on this. You need to specify the command you want to run in the k8s manifest: ....
command: ["sh", "-c", "uvicorn chromadb.app:app --workers 1 --host 0.0.0.0 --port 8000 --proxy-headers --log-config chromadb/log_config.yml"]
... |
@tazarov
I am not sure why is this happening |
@Prakhar-Goyal-git, let me send you a full deployment manifest example |
Hi @tazarov , Can you please share the full deployment manifest example? We are encountering the similar issue here. Thank you! |
@tazarov is there any documentation available to deploy the Chromadb on EKS cluster? |
@sfc-gh-ygupta, I have added your question as an issue in the amikos-tech/chromadb-chart#40. If time permits I'll add the steps in the next day or two. |
@Prakhar-Goyal-git, thanks for the patience. You can create your manifests like this: helm repo add chroma https://amikos-tech.github.io/chromadb-chart/
helm repo update
helm template chroma chroma/chromadb -f values.yaml > deployment.yaml Make sure to update your |
Closing due to inactivity for some time. @Prakhar-Goyal-git if the above still doesn't work for you, feel free to open a new issue! |
What happened?
I tried deploying the docker image of chroma db to gcp kubernetes and mounting persistant volume claim to it but after starting it the logs showed this error.
exec /usr/local/bin/uvicorn: exec format error
Can you please help me
Versions
chroma 0.4.15 release github.com/chroma-core/chroma
Relevant log output
The text was updated successfully, but these errors were encountered: