Skip to content

Commit b1554f9

Browse files
committed
feat: add prometheus to the runtime image for sglang (#2689)
Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
1 parent 4c1d671 commit b1554f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

container/Dockerfile.sglang

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,9 @@ COPY --from=base /usr/local/bin/etcd/ /usr/local/bin/etcd/
422422
# Add ETCD and CUDA binaries to PATH so cicc and other CUDA tools are accessible
423423
ENV PATH=/usr/local/bin/etcd/:/usr/local/cuda/nvvm/bin:$PATH
424424

425+
# Copy prometheus from base image
426+
COPY --from=base /usr/local/bin/prometheus /usr/local/bin/prometheus
427+
425428
# Copy UCX from base image as plugin for NIXL
426429
# Copy NIXL source from wheel_builder image
427430
ARG ARCH_ALT

0 commit comments

Comments
 (0)