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
54addb54
Unverified
Commit
54addb54
authored
Nov 17, 2025
by
Tushar Sharma
Committed by
GitHub
Nov 17, 2025
Browse files
fix: Install jq in trtllm runtime container (#4398)
Signed-off-by:
Tushar Sharma
<
tusharma@nvidia.com
>
parent
6afb4d5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
container/Dockerfile.trtllm
container/Dockerfile.trtllm
+2
-0
No files found.
container/Dockerfile.trtllm
View file @
54addb54
...
...
@@ -206,6 +206,8 @@ RUN apt-get update && \
# Python runtime - CRITICAL for virtual environment to work
python${PYTHON_VERSION}-dev \
python3-pip \
# jq for polling various endpoints and health checks
jq \
# CUDA/ML libraries
libcudnn9-cuda-12 \
# Network and communication libraries
...
...
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