File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ARG ARCH=amd64
2727ARG ARCH_ALT=x86_64
2828
2929# Make sure to update the dependency version in pyproject.toml when updating this
30- ARG SGLANG_VERSION="0.4.9.post1 "
30+ ARG SGLANG_VERSION="0.4.9.post6 "
3131
3232##################################
3333########## Base Image ############
Original file line number Diff line number Diff line change @@ -80,10 +80,7 @@ WORKDIR /sgl-workspace
8080ENV SGL_FORCE_SHUTDOWN=1
8181
8282WORKDIR /sgl-workspace
83- # include flush cache endpoint and server support
84- # https://github.com/ai-dynamo/dynamo/pull/1769
85- ARG DYNAMO_COMMIT="bd91dca6141e05bcfbe9bd4dea54cc58b9e37d75"
86- RUN git clone https://github.com/ai-dynamo/dynamo.git && cd dynamo && git checkout ${DYNAMO_COMMIT}
83+ RUN git clone https://github.com/ai-dynamo/dynamo.git
8784
8885# install dynamo in editable mode
8986WORKDIR /sgl-workspace/dynamo
You can’t perform that action at this time.
0 commit comments