udpate: Dockerfile
修复安装命令错误 Signed-off-by: tao.chen <1137626076@qq.com>
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ RUN uv pip install \
|
||||
--requirements /tmp/requirements.txt
|
||||
|
||||
# 3. 在最终镜像中用正规的 npm 安装 mino-code,确保系统全局软链接生成完整
|
||||
RUN npm install -g -g @mimo-ai/cli && npm cache clean --force
|
||||
RUN npm install -g @mimo-ai/cli && npm cache clean --force
|
||||
RUN mino --version
|
||||
|
||||
COPY skills /root/.config/mimocode/skills
|
||||
|
||||
Reference in New Issue
Block a user