update dockerfile
Some checks failed
Docker Build and Push / docker (push) Failing after 15m30s

Signed-off-by: Sun Ruoxi <sunruoxi@4paradigm.com>
This commit is contained in:
2026-08-27 17:53:01 +08:00
parent ebfeac9863
commit 71b752346b
6 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ ARG MOONCAKE_TAG=0.3.11.post1
RUN yum update -y && \
yum install -y git vim wget net-tools gcc gcc-c++ make cmake numactl numactl-devel libibverbs-devel jemalloc hiredis-devel clang patch && \
source /usr/local/Ascend/ascend-toolkit/set_env.sh && \
python3 -m pip install mooncake-transfer-engine-npu==${MOONCAKE_TAG} --extra-index-url https://mirrors.aliyun.com/pypi/web/simple && \
python3 -m pip install --index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --extra-index-url https://pypi.org/simple mooncake-transfer-engine-npu==${MOONCAKE_TAG} && \
rm -rf /var/cache/yum/*
# Install modelscope (for fast download) and ray (for multinode)