Unverified Commit 2f38e10f authored by ishandhanani's avatar ishandhanani Committed by GitHub
Browse files

chore: sgl container hash and python path bump (#1741)

parent 9cbf8031
......@@ -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 ###########
########################################
......
......@@ -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
......
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