enhance: add openblas-devel (#32049)

Signed-off-by: Liang Huang <sammy.huang@zilliz.com>
pull/32285/head
sammy.huang 2024-04-15 19:47:20 +08:00 committed by GitHub
parent 6db4565656
commit 053347637b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM rockylinux/rockylinux:8
RUN dnf install -y make automake gcc gcc-c++ curl zip unzip tar git which \
libaio libuuid-devel wget python3 python3-pip \
pkg-config perl-IPC-Cmd perl-Digest-SHA libatomic libtool
pkg-config perl-IPC-Cmd perl-Digest-SHA libatomic libtool openblas
RUN dnf -y update && \
dnf -y install dnf-plugins-core && \

View File

@ -14,7 +14,7 @@ FROM rockylinux/rockylinux:8
ARG TARGETARCH
RUN dnf install -y wget libgomp libaio libatomic openblas-devel && \
RUN dnf install -y wget libgomp libaio libatomic openblas && \
rm -rf /var/cache/yum/*
COPY ./bin/ /milvus/bin/