Builds Docker images, starts local servers, and runs smoke tests for the CPU-only development environment. Use when validating changes locally on CPU, building CPU container images, or running CPU-specific smoke and E2E tests.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Builds Docker images, starts local servers, and runs smoke tests for the CPU-only development environment. Use when validating changes locally on CPU, building CPU container images, or running CPU-specific smoke and E2E tests.
Local Dev CPU
Trigger
The primary skill needs cpu-local build/serve/smoke validation
Required Surfaces
local_smoke
Conditional Surfaces
local_e2e
Stop Conditions
CPU-local smoke cannot be run in the current workspace/runtime
Workflow
Read environment docs and CLI Docker playbook to understand the CPU build setup
Build the CPU image with make agent-dev ENV=cpu
Start the local server with make agent-serve-local ENV=cpu
Run smoke tests with make agent-smoke-local to validate the build
Verify vllm-sr status all and dashboard smoke checks pass