mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-27 10:09:26 +08:00
- evals/main.ts: run claude -p Hello in container, capture output - evals/Dockerfile: node:24-slim + @anthropic-ai/claude-code@2.1.63 - evals:build: build image (run after Dockerfile changes) - evals:run: run evals (requires image built first) - ANTHROPIC_API_KEY from .env via --env-file-if-exists
3 lines
70 B
Docker
3 lines
70 B
Docker
FROM node:24-slim
|
|
RUN npm install -g @anthropic-ai/claude-code@2.1.63
|