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
225aee52
Unverified
Commit
225aee52
authored
Aug 25, 2025
by
hhzhang16
Committed by
GitHub
Aug 25, 2025
Browse files
feat: add prometheus to the runtime image for sglang (#2689)
parent
135dc82e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
container/Dockerfile.sglang
container/Dockerfile.sglang
+3
-0
No files found.
container/Dockerfile.sglang
View file @
225aee52
...
...
@@ -422,6 +422,9 @@ COPY --from=base /usr/local/bin/etcd/ /usr/local/bin/etcd/
# Add ETCD and CUDA binaries to PATH so cicc and other CUDA tools are accessible
ENV PATH=/usr/local/bin/etcd/:/usr/local/cuda/nvvm/bin:$PATH
# Copy prometheus from base image
COPY --from=base /usr/local/bin/prometheus /usr/local/bin/prometheus
# Copy UCX from base image as plugin for NIXL
# Copy NIXL source from wheel_builder image
ARG ARCH_ALT
...
...
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