mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
enhance: add openblas dependency (#31437)
Signed-off-by: Liang Huang <sammy.huang@zilliz.com>
This commit is contained in:
parent
f2c2877609
commit
1b31824f83
@ -15,7 +15,7 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
RUN dnf install -y wget g++ gcc gdb libatomic libstdc++-static ninja-build git make zip unzip tar which \
|
RUN dnf install -y wget g++ gcc gdb libatomic libstdc++-static ninja-build git make zip unzip tar which \
|
||||||
autoconf automake golang python3 python3-pip perl-FindBin texinfo \
|
autoconf automake golang python3 python3-pip perl-FindBin texinfo \
|
||||||
pkg-config libuuid-devel libaio perl-IPC-Cmd libasan && \
|
pkg-config libuuid-devel libaio perl-IPC-Cmd libasan openblas-devel && \
|
||||||
rm -rf /var/cache/yum/*
|
rm -rf /var/cache/yum/*
|
||||||
|
|
||||||
RUN pip3 install conan==1.61.0
|
RUN pip3 install conan==1.61.0
|
||||||
|
@ -16,7 +16,7 @@ ARG TARGETARCH
|
|||||||
RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-certificates gnupg2 \
|
RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-certificates gnupg2 \
|
||||||
g++ gcc gdb gdbserver ninja-build git make ccache libssl-dev zlib1g-dev zip unzip \
|
g++ gcc gdb gdbserver ninja-build git make ccache libssl-dev zlib1g-dev zip unzip \
|
||||||
clang-format-10 clang-tidy-10 lcov libtool m4 autoconf automake python3 python3-pip \
|
clang-format-10 clang-tidy-10 lcov libtool m4 autoconf automake python3 python3-pip \
|
||||||
pkg-config uuid-dev libaio-dev && \
|
pkg-config uuid-dev libaio-dev libopenblas-dev && \
|
||||||
apt-get remove --purge -y && \
|
apt-get remove --purge -y && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user