Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
eec49661
Unverified
Commit
eec49661
authored
Jul 08, 2025
by
ishandhanani
Committed by
GitHub
Jul 08, 2025
Browse files
chore: add `net-tools` to dockerfile for `ifconfig` usage in deployment (#1818)
parent
c5f5dd2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
container/Dockerfile.sglang
container/Dockerfile.sglang
+2
-1
container/Dockerfile.sglang-deepep
container/Dockerfile.sglang-deepep
+2
-1
container/Dockerfile.vllm_v1
container/Dockerfile.vllm_v1
+2
-1
No files found.
container/Dockerfile.sglang
View file @
eec49661
...
@@ -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
...
...
container/Dockerfile.sglang-deepep
View file @
eec49661
...
@@ -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
...
...
container/Dockerfile.vllm_v1
View file @
eec49661
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment