How to build milvus and run it distributed? #35614
Replies: 3 comments 3 replies
-
I have no M3, but looks like the conan is not installed properly: conan install failed |
Beta Was this translation helpful? Give feedback.
-
@alanrivers hello, Could you tell me how many processor cores and how much memory your Windows container build environment can use? |
Beta Was this translation helpful? Give feedback.
-
I got this error in the following situation:
It was resolved by updating XCode to be version 16 as well. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I would like to do some customized modifactions on milvus, build milvus myself and run it distributed. My expectation is to obtain a customized milvus image after build process and I may use milvus-operator to start the system. I wonder if I need to do some modifications on milvus-operator as it seems related to an official docker repository.
Besides that, when I follow milvus/DEVELOPMENT.md's instructions and have a try, I come across problems during build process.
BTW, I'm working on Apple M3 with 16GB memory. Go version: go1.23.0 darwin/arm64; Cmake version: 3.30.2; llvm version: 18.1.8.
Building milvus with Docker
My steps:
./scripts/devcontainer.sh up docker exec -ti milvus_builder_1 bash make milvus
And I got error:
Buiilding milvus on a local OS/shell environment
My steps:
And I got error:
Beta Was this translation helpful? Give feedback.
All reactions