mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
952f34352a
* enable build milvus on centos7 * Update build enviroment Centos7 dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * add centos7_build_deps.sh * add centos7 build cpu version enviroment * add centos7 on github actions * fix bug * fix bug * fix bug * update ci/docker/centos-7-core.dockerfile * fix github actions bug * update centos7 case on github actions * update docker-compose.yml * debug centos case on github actions * debug centos case on github actions * add centos7 deploy dockerfile
6 lines
105 B
Bash
6 lines
105 B
Bash
REPO=milvusdb/milvus-dev
|
|
MILVUS_INSTALL_PREFIX=/var/lib/milvus
|
|
ARCH=amd64
|
|
UBUNTU=18.04
|
|
CENTOS=7
|
|
CUDA=10.1 |