Unverified Commit e7936c25 authored by KrishnanPrash's avatar KrishnanPrash Committed by GitHub
Browse files

fix(sglang): remove apt-installed python3-blinker (#5995)


Signed-off-by: default avatarKrishnan Prashanth <kprashanth@nvidia.com>
parent 03eb296e
......@@ -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
......
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