Unverified Commit 3e0cb073 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: copy attributions and license to trtllm runtime container (#1916)

parent fc36bf5b
...@@ -493,6 +493,9 @@ COPY benchmarks /workspace/benchmarks ...@@ -493,6 +493,9 @@ COPY benchmarks /workspace/benchmarks
COPY examples /workspace/examples COPY examples /workspace/examples
RUN uv pip install /workspace/benchmarks RUN uv pip install /workspace/benchmarks
# Copy files for legal compliance
COPY ATTRIBUTION* LICENSE /workspace/
# Copy launch banner # Copy launch banner
RUN --mount=type=bind,source=./container/launch_message.txt,target=/workspace/launch_message.txt \ RUN --mount=type=bind,source=./container/launch_message.txt,target=/workspace/launch_message.txt \
sed '/^#\s/d' /workspace/launch_message.txt > ~/.launch_screen && \ sed '/^#\s/d' /workspace/launch_message.txt > ~/.launch_screen && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment