rubra-ai / rubra

Open Weight, tool-calling LLMs
https://docs.rubra.ai/
Apache License 2.0
148 stars 20 forks source link

Not able to install rubra with install script from quick start guide. #94

Closed sangee2004 closed 8 months ago

sangee2004 commented 8 months ago

Try to install rubra using - curl -sfL https://get.rubra.ai | sh -s -- start from quick start guide - https://docs.rubra.ai/quickstart/

Installation does not succeed.

...
..
 ✔ Network rubra                                                                                                                                          Created0.1s 
 ✔ Volume "rubra_etcd"                                                                                                                                    Created0.0s 
 ✔ Volume "rubra_mongodb"                                                                                                                                 Created0.0s 
 ✔ Volume "rubra_milvus"                                                                                                                                  Created0.0s 
 ✔ Container text-embedding-api                                                                                                                           Started0.3s 
 ✔ Container milvus                                                                                                                                       Created0.3s 
 ✔ Container vector-db-api                                                                                                                                Started0.3s 
 ✔ Container redis                                                                                                                                        Started0.3s 
 ✔ Container litellm                                                                                                                                      Started0.3s 
 ✔ Container mongodb                                                                                                                                      Started0.3s 
 ! litellm The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested        0.0s 
 ✔ Container task-executor                                                                                                                                Started0.1s  ✔ Container api-server                                                                                                                                   Created0.0s 
 ✔ Container ui                                                                                                                                           Created0.0s 
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/host_mnt/Users/sangeethahariharan/.rubra/milvus.yaml" to rootfs at "/milvus/configs/milvus.yaml": mount /host_mnt/Users/sangeethahariharan/.rubra/milvus.yaml:/milvus/configs/milvus.yaml (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
[ERROR] Failed to start Docker containers
tybalex commented 8 months ago

we need to update bash script in this page https://get.rubra.ai/ , the new milvus.yaml config file needs to be downloaded there too.

tybalex commented 8 months ago

the Milvus.yaml is introduced in #89

tybalex commented 8 months ago

pr #95 will fix it.

sangee2004 commented 8 months ago

Able to install rubra successfully using curl -sfL https://get.rubra.ai | sh -s -- start with latest builds .