build(docker): GPU-ready test image for .9 (CUDA 12.4 + py3.11 + node22/ffmpeg)

Bundles the M1 milestone: mock voice pipeline (wsai) + dave/ selfbot voice
joiner. Entrypoint dispatches smoke/voice/mock/gpu/join/shell. .env mounted at
runtime (not baked). Built GPU-capable via NVIDIA CDI so later STT/TTS drop in.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
EJClaw
2026-08-15 19:22:49 +09:00
parent 9f3a57d8a0
commit 12f7399b36
3 changed files with 78 additions and 0 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
.venv/
**/__pycache__/
*.pyc
.pytest_cache/
dave/node_modules/
poc/frames/
.git
.env