Unverified Commit 54addb54 authored by Tushar Sharma's avatar Tushar Sharma Committed by GitHub
Browse files

fix: Install jq in trtllm runtime container (#4398)


Signed-off-by: default avatarTushar Sharma <tusharma@nvidia.com>
parent 6afb4d5b
...@@ -206,6 +206,8 @@ RUN apt-get update && \ ...@@ -206,6 +206,8 @@ RUN apt-get update && \
# Python runtime - CRITICAL for virtual environment to work # Python runtime - CRITICAL for virtual environment to work
python${PYTHON_VERSION}-dev \ python${PYTHON_VERSION}-dev \
python3-pip \ python3-pip \
# jq for polling various endpoints and health checks
jq \
# CUDA/ML libraries # CUDA/ML libraries
libcudnn9-cuda-12 \ libcudnn9-cuda-12 \
# Network and communication libraries # Network and communication libraries
......
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