Skip to content

docs: the Dockerfile's own verify command works again - #219

Merged
vicenteliu merged 1 commit into
mainfrom
fix/dockerfile-verify-comment
Sep 1, 2026
Merged

docs: the Dockerfile's own verify command works again#219
vicenteliu merged 1 commit into
mainfrom
fix/dockerfile-verify-comment

Conversation

@vicenteliu

Copy link
Copy Markdown
Owner

One line. The Dockerfile header's verify command predates the opspilot ENTRYPOINT — docker run --rm opspilot:latest opspilot --version errors with "No such command 'opspilot'" when copied verbatim (the entrypoint already is opspilot).

Found while closing the last untested surface of #215/#216: the all-in-one image was rebuilt against lancedb 0.38 — build succeeds, --version runs, and an in-image merge_insert + cosine-search roundtrip passes. serve still requires ANTHROPIC_API_KEY at startup, by design and as the README's example shows.

🤖 Generated with Claude Code

https://claude.ai/code/session_01KXrF6HMB12V1hC9xFtooDE

The header said `docker run --rm opspilot:latest opspilot --version`,
which predates the `opspilot` ENTRYPOINT — copied verbatim it errors
with "No such command 'opspilot'". Found while verifying the image
builds and runs against lancedb 0.38 (the last untested surface of
#215/#216: build succeeds, --version runs, and an in-image
merge_insert + cosine-search roundtrip passes).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KXrF6HMB12V1hC9xFtooDE
@vicenteliu
vicenteliu merged commit 24f3077 into main Sep 1, 2026
4 checks passed
@vicenteliu
vicenteliu deleted the fix/dockerfile-verify-comment branch September 1, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant