Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +5 -2
Dockerfile
CHANGED
|
@@ -17,8 +17,11 @@ RUN git clone --depth 1 https://github.com/github/github-mcp-server.git /tmp/git
|
|
| 17 |
&& go build -o /usr/local/bin/github-mcp-server ./cmd/github-mcp-server \
|
| 18 |
&& chmod +x /usr/local/bin/github-mcp-server \
|
| 19 |
&& rm -rf /tmp/github-mcp-server
|
| 20 |
-
|
| 21 |
-
RUN npm install -g
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
# ── Persistent memory directory shared by every agent ─────────────────────────
|
| 24 |
# NOTE: on Hugging Face Spaces, attach your Persistent Storage volume at this
|
|
|
|
| 17 |
&& go build -o /usr/local/bin/github-mcp-server ./cmd/github-mcp-server \
|
| 18 |
&& chmod +x /usr/local/bin/github-mcp-server \
|
| 19 |
&& rm -rf /tmp/github-mcp-server
|
| 20 |
+
#-------ALL_MCP_GLOBALE_INSTALL_COMAND---------------
|
| 21 |
+
RUN npm install -g \
|
| 22 |
+
@zereight/mcp-gitlab \
|
| 23 |
+
maagpi-youtube-mcp \
|
| 24 |
+
@justanothermldude/mcp-exec \
|
| 25 |
|
| 26 |
# ── Persistent memory directory shared by every agent ─────────────────────────
|
| 27 |
# NOTE: on Hugging Face Spaces, attach your Persistent Storage volume at this
|