We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad67b3e commit 198a1beCopy full SHA for 198a1be
examples/say-server/README.md
@@ -48,7 +48,7 @@ Run directly from GitHub using the official `uv` Docker image:
48
```bash
49
docker run --rm -it \
50
-p 3109:3109 \
51
- -v ~/.cache/huggingface:/root/.cache/huggingface \
+ -v ~/.cache/huggingface-docker-say-server:/root/.cache/huggingface \
52
ghcr.io/astral-sh/uv:debian \
53
uv run https://raw.githubusercontent.com/modelcontextprotocol/ext-apps/main/examples/say-server/server.py
54
```
0 commit comments