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
fb15e20c
"vscode:/vscode.git/clone" did not exist on "197e0227a72ac28cee9ae60d90237fb9453f43ce"
Unverified
Commit
fb15e20c
authored
Aug 20, 2025
by
hhzhang16
Committed by
GitHub
Aug 20, 2025
Browse files
fix: add prometheus to the runtime image (#2565)
parent
4eb25632
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
container/Dockerfile.vllm
container/Dockerfile.vllm
+4
-1
No files found.
container/Dockerfile.vllm
View file @
fb15e20c
...
...
@@ -462,12 +462,15 @@ RUN apt-get update && \
cuda-toolkit-12-8 && \
rm -rf /var/lib/apt/lists/*
### COPY NATS & ETCD ###
### COPY NATS & ETCD
& PROMETHEUS
###
# Copy nats and etcd from base image
COPY --from=base /usr/bin/nats-server /usr/bin/nats-server
COPY --from=base /usr/local/bin/etcd/ /usr/local/bin/etcd/
ENV PATH=/usr/local/bin/etcd/:$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
# Copy dynamo wheels for gitlab artifacts
...
...
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