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
2f38e10f
Unverified
Commit
2f38e10f
authored
Jul 02, 2025
by
ishandhanani
Committed by
GitHub
Jul 03, 2025
Browse files
chore: sgl container hash and python path bump (#1741)
parent
9cbf8031
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
container/Dockerfile.sglang
container/Dockerfile.sglang
+3
-1
container/Dockerfile.sglang-deepep
container/Dockerfile.sglang-deepep
+3
-4
No files found.
container/Dockerfile.sglang
View file @
2f38e10f
...
...
@@ -228,7 +228,7 @@ COPY --from=base --chown=$USERNAME:$USERNAME /usr/local/bin /usr/local/bin
USER $USERNAME
ENV HOME=/home/$USERNAME
ENV PYTHONPATH=
$HOME
/dynamo/deploy/sdk/src:
$PYTHONPATH:$HOME
/dynamo/components/planner/src:$PYTHONPATH
ENV PYTHONPATH=
/workspace
/dynamo/deploy/sdk/src:
/workspace
/dynamo/components/planner/src:
/workspace/examples/sglang:
$PYTHONPATH
WORKDIR $HOME
# https://code.visualstudio.com/remote/advancedcontainers/persist-bash-history
...
...
@@ -357,6 +357,8 @@ RUN --mount=type=bind,source=./container/launch_message.txt,target=/workspace/la
ENV VLLM_KV_CAPI_PATH=/opt/dynamo/bindings/lib/libdynamo_llm_capi.so
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/nvidia/nvda_nixl/lib/x86_64-linux-gnu/
ENV PYTHONPATH=/workspace/dynamo/deploy/sdk/src:/workspace/dynamo/components/planner/src:/workspace/examples/sglang/utils:$PYTHONPATH
########################################
########## Development Image ###########
########################################
...
...
container/Dockerfile.sglang-deepep
View file @
2f38e10f
...
...
@@ -89,10 +89,9 @@ ENV SGL_FORCE_SHUTDOWN=1
WORKDIR /sgl-workspace
# support batch completions for SGL benchmarking
# https://github.com/ai-dynamo/dynamo/pull/1626
ARG DYNAMO_COMMIT="fc16a79bfc5a4c4f58503d3c36f2013340244cac"
ARG DYNAMO_BRANCH="ishan/sgl-v2"
RUN git clone https://github.com/ai-dynamo/dynamo.git && cd dynamo && git checkout ${DYNAMO_BRANCH}
# https://github.com/ai-dynamo/dynamo/pull/1721
ARG DYNAMO_COMMIT="9cbf803172f8ed4b3342c9d5237b49cb07d4d95c"
RUN git clone https://github.com/ai-dynamo/dynamo.git && cd dynamo && git checkout ${DYNAMO_COMMIT}
# install dynamo in editable mode
WORKDIR /sgl-workspace/dynamo
...
...
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