Commit 343673b0 authored by Raphael Defosseux's avatar Raphael Defosseux

chore(build): last 2 references to atlas

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 680c1a6b
...@@ -56,7 +56,6 @@ RUN apt-get update && \ ...@@ -56,7 +56,6 @@ RUN apt-get update && \
tzdata \ tzdata \
xxd \ xxd \
# ARM64 packages # ARM64 packages
libatlas-base-dev:arm64 \
libblas-dev:arm64 \ libblas-dev:arm64 \
liblapack-dev:arm64 \ liblapack-dev:arm64 \
liblapacke-dev:arm64 \ liblapacke-dev:arm64 \
......
...@@ -69,7 +69,7 @@ RUN apt-get update && \ ...@@ -69,7 +69,7 @@ RUN apt-get update && \
procps \ procps \
libsctp1 \ libsctp1 \
tzdata \ tzdata \
libatlas3-base \ libblas3 \
libconfig9 \ libconfig9 \
openssl \ openssl \
net-tools \ net-tools \
...@@ -77,6 +77,7 @@ RUN apt-get update && \ ...@@ -77,6 +77,7 @@ RUN apt-get update && \
iproute2 \ iproute2 \
iputils-ping \ iputils-ping \
gdb \ gdb \
moreutils \
libusb-1.0-0 && \ libusb-1.0-0 && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
...@@ -100,6 +101,14 @@ COPY --from=ran-build \ ...@@ -100,6 +101,14 @@ COPY --from=ran-build \
/usr/local/lib/libnvipc.so \ /usr/local/lib/libnvipc.so \
/usr/local/lib/ /usr/local/lib/
RUN ldconfig && \
echo "---- ldd on nr-softmodem ----" && \
ldd /opt/oai-gnb/bin/nr-softmodem && \
echo "---- ldd on shared libraries ----" && \
ldd /usr/local/lib/libparams_libconfig.so \
/usr/local/lib/libfmtlog-shared.so \
/usr/local/lib/libnvlog.so \
/usr/local/lib/libnvipc.so
WORKDIR /opt/oai-gnb WORKDIR /opt/oai-gnb
COPY --from=ran-build /tini /tini COPY --from=ran-build /tini /tini
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment