Skip to content

Commit eec4966

Browse files
authored
chore: add net-tools to dockerfile for ifconfig usage in deployment (ai-dynamo#1818)
1 parent c5f5dd2 commit eec4966

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

container/Dockerfile.sglang

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ RUN apt-get update -y && \
6969
tmux \
7070
vim \
7171
autoconf \
72-
libtool
72+
libtool \
73+
net-tools
7374

7475
WORKDIR /workspace
7576

container/Dockerfile.sglang-deepep

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ RUN apt-get update -y && \
2424
meson \
2525
ninja-build \
2626
pybind11-dev \
27-
patchelf
27+
patchelf \
28+
net-tools
2829

2930
# Install Python build dependencies
3031
RUN pip install --break-system-packages meson-python wheel build

container/Dockerfile.vllm_v1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ RUN apt-get update -y && \
6969
tmux \
7070
vim \
7171
autoconf \
72-
libtool
72+
libtool \
73+
net-tools
7374

7475
# These headers are missing with the hpcx installer, required
7576
# by UCX to find RDMA devices

0 commit comments

Comments
 (0)