添加MAP MCP、联网搜索skill
This commit is contained in:
@@ -6,7 +6,11 @@ ENV PATH="/root/.local/bin:${PATH}"
|
||||
RUN uv tool install --upgrade nanobot-ai -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
# Persist nanobot config/workspace here via volume mount.
|
||||
RUN mkdir -p /root/.nanobot
|
||||
RUN mkdir -p /root/.nanobot /opt/mcp
|
||||
|
||||
# Preinstall local MCP project dependencies into the image.
|
||||
COPY MCP /opt/mcp
|
||||
RUN uv pip install --system -e /opt/mcp/mars-mcp -e /opt/mcp/map-mcp -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user