hf-mcp-file / README.md
XciD's picture
XciD HF Staff
Upload 5 files
61bcaab verified
|
raw
history blame
307 Bytes

In order to build the docker image, you need to build the env image first.

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.

docker build -t xcid/remote-code-mcp:vX .