Skip to content

Commit d003173

Browse files
committed
fix: copy attributions and license to trtllm runtime container
1 parent f00d700 commit d003173

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

container/Dockerfile.tensorrt_llm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,10 @@ 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* /workspace/
500+
COPY LICENSE /workspace/
501+
498502
# Copy launch banner
499503
RUN --mount=type=bind,source=./container/launch_message.txt,target=/workspace/launch_message.txt \
500504
sed '/^#\s/d' /workspace/launch_message.txt > ~/.launch_screen && \

0 commit comments

Comments
 (0)