Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
3e0cb073
Unverified
Commit
3e0cb073
authored
Jul 14, 2025
by
Anant Sharma
Committed by
GitHub
Jul 14, 2025
Browse files
fix: copy attributions and license to trtllm runtime container (#1916)
parent
fc36bf5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
container/Dockerfile.tensorrt_llm
container/Dockerfile.tensorrt_llm
+3
-0
No files found.
container/Dockerfile.tensorrt_llm
View file @
3e0cb073
...
@@ -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 && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment