Spaces:
Sleeping
Sleeping
File size: 307 Bytes
61bcaab 111a573 61bcaab |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
In order to build the docker image, you need to build the env image first.
```bash
docker build -t xcid/remote-code-mcp-env:v2 -f Dockerfile.env .
docker save xcid/remote-code-mcp-env:v2 > docker-base-image.tar
```
Then you can build the main image.
```bash
docker build -t xcid/remote-code-mcp:vX .
```
|