docker: add Kimi K3 images (#32760)

This commit is contained in:
Baizhou Zhang
2026-07-29 03:02:28 -07:00
committed by GitHub
parent 983e4aa18d
commit d12ea3e9ba
6 changed files with 6213 additions and 4 deletions
+4 -4
View File
@@ -37,7 +37,7 @@ ENV BUILD_TRITON="0"
ENV BUILD_LLVM="0"
ENV BUILD_AITER_ALL="1"
ENV BUILD_MOONCAKE="1"
ENV AITER_COMMIT_DEFAULT="9127c94a18e4398e1eba91f6639e910f0994ad02"
ENV AITER_COMMIT_DEFAULT="v0.1.19"
# ===============================
# Base image 942 with rocm720 and args
@@ -47,7 +47,7 @@ ENV BUILD_TRITON="1"
ENV BUILD_LLVM="0"
ENV BUILD_AITER_ALL="1"
ENV BUILD_MOONCAKE="1"
ENV AITER_COMMIT_DEFAULT="9127c94a18e4398e1eba91f6639e910f0994ad02"
ENV AITER_COMMIT_DEFAULT="v0.1.19"
# ===============================
# Base image 950 and args
@@ -57,7 +57,7 @@ ENV BUILD_TRITON="0"
ENV BUILD_LLVM="0"
ENV BUILD_AITER_ALL="1"
ENV BUILD_MOONCAKE="1"
ENV AITER_COMMIT_DEFAULT="9127c94a18e4398e1eba91f6639e910f0994ad02"
ENV AITER_COMMIT_DEFAULT="v0.1.19"
# ===============================
# Base image 950 with rocm720 and args
@@ -67,7 +67,7 @@ ENV BUILD_TRITON="1"
ENV BUILD_LLVM="0"
ENV BUILD_AITER_ALL="1"
ENV BUILD_MOONCAKE="1"
ENV AITER_COMMIT_DEFAULT="9127c94a18e4398e1eba91f6639e910f0994ad02"
ENV AITER_COMMIT_DEFAULT="v0.1.19"
# Local source stage: with BRANCH_TYPE=local the build context is copied here and
# used instead of git clone (mirrors docker/Dockerfile's local_src stage).