Skip to content

Commit

Permalink
add prettytable
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Aug 27, 2024
1 parent af614ce commit 951f3d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile-numa
Original file line number Diff line number Diff line change
Expand Up @@ -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 /

0 comments on commit 951f3d0

Please sign in to comment.