File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ """Profiler package for Kubernetes cluster profiling."""
Original file line number Diff line number Diff line change @@ -497,6 +497,7 @@ COPY --from=build /usr/local/lib/python3.12/dist-packages/pytorch_triton-${PYTOR
497
497
# TODO: Remove this once we have a functional CI image built on top of the runtime image
498
498
COPY tests /workspace/tests
499
499
COPY benchmarks /workspace/benchmarks
500
+ COPY deploy /workspace/deploy
500
501
COPY components/backends/trtllm /workspace/components/backends/trtllm
501
502
RUN python3 -m pip install --no-cache-dir --break-system-packages /workspace/benchmarks
502
503
You can’t perform that action at this time.
0 commit comments