Base image for the Aider kit for Docker Sandboxes
1.6K
Base image for the Aider kit for Docker Sandboxes.
Built on docker/sandbox-templates:shell — the standard sandbox toolchain,
no Docker engine (Aider never shells out to docker itself, so it does not
need one). On top of that:
aider-chat==0.86.2) via uv tool install --python 3.12 — Python 3.12
because Aider's numpy dependency has no Python 3.13 wheel and this image
has no C compilerLITELLM_LOCAL_MODEL_COST_MAP=True / LITELLM_LOCAL_ANTHROPIC_BETA_HEADERS=True,
litellm's own switches that stop it fetching its model registry and beta-header
config from GitHub at runtime~/.local/bin/aider, the command uv tool install produces, already on
PATHRuns as the non-root agent user, with CMD ["aider"].
Anthropic auth is API-key only: aider-chat==0.86.2 pins litellm==1.81.10
exactly, and at that pin litellm never inspects the shape of the api_key
it's handed — it always sets x-api-key. A subscription (Claude Code OAuth)
token can't be presented correctly through this pin, so the kit only wires
an API-key credential. See the
kit's README
for the full auth writeup.
Content type
Image
Digest
sha256:7cc46533a…
Size
681.6 MB
Last updated
about 18 hours ago
docker pull sbx/aider-image