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
acac55ab
Unverified
Commit
acac55ab
authored
Jan 12, 2026
by
Tushar Sharma
Committed by
GitHub
Jan 12, 2026
Browse files
fix: bump urllib3 version in sgl container (#5360)
Signed-off-by:
Tushar Sharma
<
tusharma@nvidia.com
>
parent
0b716cc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
container/Dockerfile.sglang
container/Dockerfile.sglang
+2
-0
No files found.
container/Dockerfile.sglang
View file @
acac55ab
...
@@ -508,6 +508,8 @@ RUN --mount=type=bind,source=.,target=/mnt/local_src \
...
@@ -508,6 +508,8 @@ RUN --mount=type=bind,source=.,target=/mnt/local_src \
sglang==${SGLANG_VERSION} && \
sglang==${SGLANG_VERSION} && \
cd /workspace/benchmarks && \
cd /workspace/benchmarks && \
pip install --break-system-packages --no-cache . && \
pip install --break-system-packages --no-cache . && \
#TODO: Temporary change until upstream sglang runtime image is updated
pip install --no-cache-dir --break-system-packages "urllib3>=2.6.3" && \
# pip/uv bypasses umask when creating .egg-info files, but chmod -R is fast here (small directory)
# pip/uv bypasses umask when creating .egg-info files, but chmod -R is fast here (small directory)
chmod -R g+w /workspace/benchmarks && \
chmod -R g+w /workspace/benchmarks && \
CUDA_MAJOR=$(nvcc --version | egrep -o 'cuda_[0-9]+' | cut -d_ -f2) && \
CUDA_MAJOR=$(nvcc --version | egrep -o 'cuda_[0-9]+' | cut -d_ -f2) && \
...
...
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