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
8642c4bd
Unverified
Commit
8642c4bd
authored
Oct 22, 2025
by
Tushar Sharma
Committed by
GitHub
Oct 22, 2025
Browse files
fix: Add jq to sglang wideeep dockerfile (#3820)
Signed-off-by:
Tushar Sharma
<
tusharma@nvidia.com
>
parent
bdef0ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
container/Dockerfile.sglang-wideep
container/Dockerfile.sglang-wideep
+7
-0
No files found.
container/Dockerfile.sglang-wideep
View file @
8642c4bd
...
@@ -12,6 +12,13 @@ FROM lmsysorg/sglang:${SGLANG_IMAGE_TAG}
...
@@ -12,6 +12,13 @@ FROM lmsysorg/sglang:${SGLANG_IMAGE_TAG}
WORKDIR /sgl-workspace
WORKDIR /sgl-workspace
# Install jq for JSON processing
RUN apt-get update -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
jq \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Install dynamo
# Install dynamo
# Providing --build-arg BRANCH_TYPE=local will editable install the local dynamo repo
# Providing --build-arg BRANCH_TYPE=local will editable install the local dynamo repo
# Providing --build-arg BRANCH_TYPE=remote will editable install the remote dynamo repo
# Providing --build-arg BRANCH_TYPE=remote will editable install the remote dynamo repo
...
...
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