We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1d671 commit b1554f9Copy full SHA for b1554f9
container/Dockerfile.sglang
@@ -422,6 +422,9 @@ COPY --from=base /usr/local/bin/etcd/ /usr/local/bin/etcd/
422
# Add ETCD and CUDA binaries to PATH so cicc and other CUDA tools are accessible
423
ENV PATH=/usr/local/bin/etcd/:/usr/local/cuda/nvvm/bin:$PATH
424
425
+# Copy prometheus from base image
426
+COPY --from=base /usr/local/bin/prometheus /usr/local/bin/prometheus
427
+
428
# Copy UCX from base image as plugin for NIXL
429
# Copy NIXL source from wheel_builder image
430
ARG ARCH_ALT
0 commit comments