update: Dockerfile
This commit is contained in:
+3
-3
@@ -64,9 +64,9 @@ RUN uv pip install \
|
||||
--index-url https://pypi.tuna.tsinghua.edu.cn/simple/ \
|
||||
--requirements /tmp/requirements.txt
|
||||
|
||||
# 3. 在最终镜像中用正规的 npm 安装 mino-code,确保系统全局软链接生成完整
|
||||
ENV PATH="/usr/local/bin:/usr/local/share/npm/bin:/root/.npm-global/bin:${PATH}"
|
||||
RUN npm install -g @mimo-ai/cli && npm cache clean --force
|
||||
|
||||
RUN curl -fsSL https://mimo.xiaomi.com/install | bash
|
||||
ENV PATH="/root/.local/bin:/usr/local/bin:${PATH}"
|
||||
RUN mino --version
|
||||
|
||||
COPY skills /root/.config/mimocode/skills
|
||||
|
||||
Reference in New Issue
Block a user