Skip to content

Commit 2adc27d

Browse files
nv-anantsZichengMa
authored andcommitted
fix: copy attributions and license to trtllm runtime container (#1916)
1 parent 0957ef6 commit 2adc27d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

container/Dockerfile.tensorrt_llm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,9 @@ COPY benchmarks /workspace/benchmarks
493493
COPY examples /workspace/examples
494494
RUN uv pip install /workspace/benchmarks
495495

496+
# Copy files for legal compliance
497+
COPY ATTRIBUTION* LICENSE /workspace/
498+
496499
# Copy launch banner
497500
RUN --mount=type=bind,source=./container/launch_message.txt,target=/workspace/launch_message.txt \
498501
sed '/^#\s/d' /workspace/launch_message.txt > ~/.launch_screen && \

0 commit comments

Comments
 (0)