Skip to content

Commit c938319

Browse files
committed
chore(container): update SGLANG version and simplify Dynamo clone in Dockerfiles
1 parent 7fbd43a commit c938319

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

container/Dockerfile.sglang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ARG ARCH=amd64
2727
ARG 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 ############

container/Dockerfile.sglang-wideep

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ WORKDIR /sgl-workspace
8080
ENV SGL_FORCE_SHUTDOWN=1
8181

8282
WORKDIR /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
8986
WORKDIR /sgl-workspace/dynamo

0 commit comments

Comments
 (0)