Skip to content

Commit d0bc6a2

Browse files
committed
fix: copy attributions and license to trtllm runtime container (#1916)
1 parent ea9f0a5 commit d0bc6a2

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
@@ -495,6 +495,9 @@ COPY benchmarks /workspace/benchmarks
495495
COPY examples /workspace/examples
496496
RUN uv pip install /workspace/benchmarks
497497

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

0 commit comments

Comments
 (0)