-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Build Milvus on ARM #4391
Comments
I am sorry that Milvus had not supported ARM after version 0.6.0. |
0.10.3是否可以支持自己编译arm镜像,通过DockerFile ,我看cpu/centos/Dockfile有这个dockerfile,自己在ubuntu下面能编译一个arm镜像的么,将ubuntu源替换为arm架构的ubuntu |
@yuanpengpeng If you want to get a Milvus docker image works on ARM, you may do somethings below:
You can refer to this where you need to modify the code. |
@yuanpengpeng Faiss will be automatically compiled during the Milvus compilation process. So you don’t need to prepare a faiss image. |
Not active, close. |
milvus如何编译arm镜像,官方有已经打包好的arm镜像么,直接pull下来?
The text was updated successfully, but these errors were encountered: