From 951f3d0919a591e3e10994644b276992716d8423 Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Mon, 26 Aug 2024 21:08:56 -0400 Subject: [PATCH] add prettytable Signed-off-by: Paul Bastide --- Containerfile-numa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile-numa b/Containerfile-numa index 097adb5..936a97a 100644 --- a/Containerfile-numa +++ b/Containerfile-numa @@ -21,7 +21,8 @@ RUN dnf install -y numactl util-linux numactl-libs fio sysstat bpftrace perf RUN [ "$(arch)" == "ppc64le" ] \ && dnf install -y powerpc-utils powerpc-utils-core bcc-tools bcc bzip2 pcp-system-tools tar python3-bcc python3 python3-pip lsvpd \ || echo "Not running on ppc64le, skip linking powerpc-utils dependency" -RUN [ "$(arch)" == "ppc64le" ] && pip install PrettyTable +RUN [ "$(arch)" == "ppc64le" ] \ + && pip install --yes PrettyTable ADD scripts/report-hugepages.sh / ADD scripts/report-numa.sh / ADD scripts/run-fio.sh /