numactl
Control NUMA policy for processes or shared memory. More information: <https://man7.org/linux/man-pages/man8/numactl.8.html>.
RUN apt-get update && \
apt-get install -y numactl
RUN apt-get update && \
apt-get install -y numactl
RUN pacman -S --noconfirm numactl
RUN apt-get update && \
apt-get install -y numactl
RUN yum install -y numactl
RUN dnf install -y numactl