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
e7936c25
Unverified
Commit
e7936c25
authored
Feb 06, 2026
by
KrishnanPrash
Committed by
GitHub
Feb 06, 2026
Browse files
fix(sglang): remove apt-installed python3-blinker (#5995)
Signed-off-by:
Krishnan Prashanth
<
kprashanth@nvidia.com
>
parent
03eb296e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
container/Dockerfile.sglang
container/Dockerfile.sglang
+2
-2
No files found.
container/Dockerfile.sglang
View file @
e7936c25
...
...
@@ -473,8 +473,8 @@ RUN if [ "$ENABLE_GPU_MEMORY_SERVICE" = "true" ]; then \
FROM ${RUNTIME_IMAGE}:${RUNTIME_IMAGE_TAG} AS runtime
# cleanup unnecessary libs
RUN apt remove -y python3-apt &&\
# cleanup unnecessary libs
(python3-blinker conflicts with pip-installed blinker from Flask/dash)
RUN apt remove -y python3-apt
python3-blinker
&&\
pip uninstall -y termplotlib
# This ARG is still utilized for SGLANG Version extraction
...
...
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