declarative dockerfile

This commit is contained in:
Taylor Wilsdon
2026-03-09 12:52:00 -04:00
parent d3fde86296
commit 7c550e55b2
4 changed files with 39 additions and 6 deletions

View File

@@ -1307,7 +1307,7 @@ export WORKSPACE_MCP_OAUTH_PROXY_VALKEY_HOST=redis.example.com
export WORKSPACE_MCP_OAUTH_PROXY_VALKEY_PORT=6379
```
> Disk support requires `py-key-value-aio[disk]` when installing from source.
> Disk support requires `workspace-mcp[disk]` (or `py-key-value-aio[disk]`) when installing from source.
> The official Docker image includes the `disk` extra by default.
> Valkey support is optional. Install `workspace-mcp[valkey]` (or `py-key-value-aio[valkey]`) only if you enable the Valkey backend.
> Windows: building `valkey-glide` from source requires MSVC C++ build tools with C11 support. If you see `aws-lc-sys` C11 errors, set `CFLAGS=/std:c11`.