Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
-
docker build -t xcid/remote-code-mcp-env:v2 -f Dockerfile.env .
|
5 |
-
docker save xcid/remote-code-mcp-env:v2 > docker-base-image.tar
|
6 |
-
```
|
7 |
-
|
8 |
-
Then you can build the main image.
|
9 |
-
|
10 |
-
```bash
|
11 |
-
docker build -t xcid/remote-code-mcp:vX .
|
12 |
-
```
|
|
|
1 |
+
---
|
2 |
+
title: Hf Mcp File
|
3 |
+
emoji: 📚
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: yellow
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
app_port: 9090
|
9 |
+
---
|
10 |
|
11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|