Skip to content

Commit 2e5c19c

Browse files
committed
demo: do not pip install ninja
ninja-build is installed as a dependency to meson so we don't need to install it separately. In fact pip install fails on setups that enforce PEP-668 of externally managed environments. Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 689c6ab commit 2e5c19c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

demo/crypto-perf/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ WORKDIR $DIR
66
RUN echo "deb-src http://deb.debian.org/debian unstable main" >> \
77
/etc/apt/sources.list.d/deb-src.list
88
RUN apt-get update && apt-get install -y wget build-essential meson python3-pyelftools libnuma-dev python3-pip libssl-dev pkg-config dpkg-dev
9-
RUN pip install ninja
109

1110
# Download & unpack DPDK tarball
1211
ARG DPDK_TARBALL=dpdk-22.11.tar.xz

demo/dlb-dpdk-demo/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ARG DIR=/dpdk-build
44
WORKDIR $DIR
55

66
RUN apt-get update && apt-get install -y wget build-essential meson python3-pyelftools libnuma-dev python3-pip
7-
RUN pip install ninja
87

98
# Download & unpack DLB tarball
109
ARG DLB_TARBALL="dlb_linux_src_release8.0.0.txz"

0 commit comments

Comments
 (0)