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
6a2dedd2
Unverified
Commit
6a2dedd2
authored
Oct 21, 2025
by
Tushar Sharma
Committed by
GitHub
Oct 21, 2025
Browse files
ci: Add --prerelease=allow flag to sglang installation (#3779)
Signed-off-by:
Tushar Sharma
<
tusharma@nvidia.com
>
parent
831dc82a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/Dockerfile.sglang
container/Dockerfile.sglang
+1
-1
No files found.
container/Dockerfile.sglang
View file @
6a2dedd2
...
@@ -103,7 +103,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
...
@@ -103,7 +103,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
cd sglang && \
cd sglang && \
git checkout v${SGLANG_VERSION} && \
git checkout v${SGLANG_VERSION} && \
# Install in editable mode for development
# Install in editable mode for development
uv pip install -e "python[all]"
uv pip install
--prerelease=allow
-e "python[all]"
# Set env var that allows for forceful shutdown of inflight requests in SGL's TokenizerManager
# Set env var that allows for forceful shutdown of inflight requests in SGL's TokenizerManager
ENV SGL_FORCE_SHUTDOWN=1
ENV SGL_FORCE_SHUTDOWN=1
...
...
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