Commit Graph

1 Commits (5b3d3ab806a8a549f239a02fbf31d04c31618daa)

Author SHA1 Message Date
Claude 5b3d3ab806
Fix Docker setup issues and rewrite README.md
Identified and documented 12+ critical issues with Docker setup:
- Missing docker.md documentation (broken link in README)
- Duplicate volume mounts in docker-compose.yaml
- Hard-coded UID causing permission issues
- No health checks or restart policies
- Oversized TensorBoard image
- Missing resource limits and .env documentation
- Platform support ambiguities

Created comprehensive Docker documentation (docs/docker.md):
- Complete prerequisites for Windows/Linux/macOS
- Detailed setup and troubleshooting guides
- Configuration examples and best practices
- Advanced usage patterns (multi-GPU, resource limits)
- Security and performance tips

Rewrote README.md with improved structure:
- Better organization with clear navigation
- Fixed broken docker.md link
- Enhanced Docker installation section
- Improved quick start guide with comparison table
- Expanded troubleshooting section
- Better formatting and readability
- Added quick reference section
2026-01-04 21:07:49 +00:00