Use main branch in Kimi Dockerfiles (#33760)
This commit is contained in:
@@ -62,7 +62,7 @@ RUN set -eu; \
|
|||||||
# Keep the installed extension modules, but discard Rust and pip build
|
# Keep the installed extension modules, but discard Rust and pip build
|
||||||
# artifacts that are not used at runtime.
|
# artifacts that are not used at runtime.
|
||||||
RUN rm -rf /sgl-workspace/sglang && \
|
RUN rm -rf /sgl-workspace/sglang && \
|
||||||
git clone --branch kimi-k3 \
|
git clone --branch main \
|
||||||
https://github.com/sgl-project/sglang.git /sgl-workspace/sglang && \
|
https://github.com/sgl-project/sglang.git /sgl-workspace/sglang && \
|
||||||
cd /sgl-workspace/sglang && \
|
cd /sgl-workspace/sglang && \
|
||||||
rm -rf .git && \
|
rm -rf .git && \
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ ARG TORCH_CUDA_ARCH_LIST="9.0;10.0a;10.3a"
|
|||||||
# Keep the installed extension modules, but discard Rust and pip build
|
# Keep the installed extension modules, but discard Rust and pip build
|
||||||
# artifacts that are not used at runtime.
|
# artifacts that are not used at runtime.
|
||||||
RUN rm -rf /sgl-workspace/sglang && \
|
RUN rm -rf /sgl-workspace/sglang && \
|
||||||
git clone --branch kimi-k3 \
|
git clone --branch main \
|
||||||
https://github.com/sgl-project/sglang.git /sgl-workspace/sglang && \
|
https://github.com/sgl-project/sglang.git /sgl-workspace/sglang && \
|
||||||
cd /sgl-workspace/sglang && \
|
cd /sgl-workspace/sglang && \
|
||||||
rm -rf .git && \
|
rm -rf .git && \
|
||||||
|
|||||||
Reference in New Issue
Block a user