You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docker): Use local vLLM by default, streamline Docker setup (#54)
- docker-compose.yml now uses local vLLM (host.docker.internal:11434)
instead of containerized vLLM - faster startup, no 9GB image download
- Add docker-compose.full.yml for full containerized deployment
- Update Dockerfile to use nvidia/cuda base + pip install PyTorch
(more reliable than pulling pytorch/pytorch image)
- Simplify docker-compose.cpu.yml
- Update google-generativeai>=0.5.0 (fix system_instruction error)
- Streamline CLAUDE.md (~40% reduction, focus on practical dev tasks)
- Update README.md with new Docker options
Docker usage:
- Local vLLM: ./start_qwen.sh && docker compose up -d
- Full containerized: docker compose -f ... -f docker-compose.full.yml up -d
- CPU mode: docker compose -f ... -f docker-compose.cpu.yml up -d
Co-authored-by: ShaerWare <shaerware@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments