mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e]Remove mkl for build (#18878)
Signed-off-by: Jenny Li <jing.li@zilliz.com> Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
9dc3bbecbd
commit
256be143c2
@ -17,11 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-ce
|
|||||||
g++ gcc gfortran git make ccache libssl-dev zlib1g-dev libboost-regex-dev libboost-program-options-dev libboost-system-dev \
|
g++ gcc gfortran git make ccache libssl-dev zlib1g-dev libboost-regex-dev libboost-program-options-dev libboost-system-dev \
|
||||||
libboost-filesystem-dev libboost-serialization-dev python3-dev libboost-python-dev libcurl4-openssl-dev libtbb-dev clang-format-10 clang-tidy-10 lcov libtool m4 autoconf automake && \
|
libboost-filesystem-dev libboost-serialization-dev python3-dev libboost-python-dev libcurl4-openssl-dev libtbb-dev clang-format-10 clang-tidy-10 lcov libtool m4 autoconf automake && \
|
||||||
apt-get remove --purge -y && \
|
apt-get remove --purge -y && \
|
||||||
rm -rf /var/lib/apt/lists/* \
|
rm -rf /var/lib/apt/lists/*
|
||||||
# OneAPI MKL Installer
|
|
||||||
&& wget https://registrationcenter-download.intel.com/akdlm/irc_nas/18487/l_BaseKit_p_2022.1.2.146.sh \
|
|
||||||
&& sh l_BaseKit_p_2022.1.2.146.sh -a --components intel.oneapi.lin.mkl.devel --action install --eula accept -s \
|
|
||||||
&& rm l_BaseKit_p_2022.1.2.146.sh
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends libzstd-dev libtbb-dev uuid-dev libaio-dev libgoogle-perftools-dev clang-format libboost-all-dev
|
RUN apt-get update && apt-get install -y --no-install-recommends libzstd-dev libtbb-dev uuid-dev libaio-dev libgoogle-perftools-dev clang-format libboost-all-dev
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-ce
|
|||||||
apt-get remove --purge -y && \
|
apt-get remove --purge -y && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends libzstd-dev pkg-config libtbb-dev uuid-dev libaio-dev libgoogle-perftools-dev clang-format libboost-all-dev libmkl-full-dev
|
RUN apt-get update && apt-get install -y --no-install-recommends libzstd-dev pkg-config libtbb-dev uuid-dev libaio-dev libgoogle-perftools-dev clang-format libboost-all-dev
|
||||||
|
|
||||||
# Install Go
|
# Install Go
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user