"vscode:/vscode.git/clone" did not exist on "197e0227a72ac28cee9ae60d90237fb9453f43ce"
Unverified Commit fb15e20c authored by hhzhang16's avatar hhzhang16 Committed by GitHub
Browse files

fix: add prometheus to the runtime image (#2565)

parent 4eb25632
......@@ -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
......
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