[v0.18.0][Misc] Install numactl in Docker images (#7898)
### What this PR does / why we need it? This PR backports the `numactl` Docker image update from #7870 to `releases/v0.18.0`. It installs the `numactl` runtime package in both Ubuntu-based and openEuler-based Dockerfiles while keeping the existing development packages (`libnuma-dev` and `numactl-devel`) unchanged. Backport of #7870. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI passed in #7870 on `main`. This backport reuses the same Dockerfile-only change, and no additional local test was run in this environment. Signed-off-by: chenchuw886 <chenchuw@huawei.com> Co-authored-by: chenchuw886 <chenchuw@huawei.com>
This commit is contained in:
@@ -28,7 +28,7 @@ ENV SOC_VERSION=$SOC_VERSION \
|
||||
|
||||
|
||||
RUN apt-get update -y && \
|
||||
apt-get install -y python3-pip git vim wget net-tools gcc g++ cmake libnuma-dev libjemalloc2 && \
|
||||
apt-get install -y python3-pip git vim wget net-tools gcc g++ cmake numactl libnuma-dev libjemalloc2 && \
|
||||
rm -rf /var/cache/apt/* && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user