Unverified Commit 1b3eed4b authored by Hongkuan Zhou's avatar Hongkuan Zhou Committed by GitHub
Browse files

fix: add jq to sglang-wideep docker image (#3091)


Signed-off-by: default avatarhongkuanz <hongkuanz@nvidia.com>
parent b6595e24
......@@ -18,7 +18,7 @@ RUN apt-get update -y && \
apt-get install -y \
cmake meson ninja-build pybind11-dev patchelf net-tools \
build-essential protobuf-compiler libssl-dev pkg-config \
clang libclang-dev git rapidjson-dev zlib1g-dev && \
clang libclang-dev git rapidjson-dev zlib1g-dev jq && \
pip install --break-system-packages meson-python wheel build
# Build UCX + NIXL for x86/hopper until its fully tested on GB200
......
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