Unverified Commit eec49661 authored by ishandhanani's avatar ishandhanani Committed by GitHub
Browse files

chore: add `net-tools` to dockerfile for `ifconfig` usage in deployment (#1818)

parent c5f5dd2d
...@@ -69,7 +69,8 @@ RUN apt-get update -y && \ ...@@ -69,7 +69,8 @@ RUN apt-get update -y && \
tmux \ tmux \
vim \ vim \
autoconf \ autoconf \
libtool libtool \
net-tools
WORKDIR /workspace WORKDIR /workspace
......
...@@ -24,7 +24,8 @@ RUN apt-get update -y && \ ...@@ -24,7 +24,8 @@ RUN apt-get update -y && \
meson \ meson \
ninja-build \ ninja-build \
pybind11-dev \ pybind11-dev \
patchelf patchelf \
net-tools
# Install Python build dependencies # Install Python build dependencies
RUN pip install --break-system-packages meson-python wheel build RUN pip install --break-system-packages meson-python wheel build
......
...@@ -69,7 +69,8 @@ RUN apt-get update -y && \ ...@@ -69,7 +69,8 @@ RUN apt-get update -y && \
tmux \ tmux \
vim \ vim \
autoconf \ autoconf \
libtool libtool \
net-tools
# These headers are missing with the hpcx installer, required # These headers are missing with the hpcx installer, required
# by UCX to find RDMA devices # by UCX to find RDMA devices
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment