* Improve Docker GPU setup diagnostics Add a Docker GPU preflight script for NVIDIA users. The script is read-only by default, checks host NVIDIA drivers, Docker availability, and container GPU passthrough, and prints actionable next steps. Add explicit opt-in modes to print install commands, install NVIDIA Container Toolkit on Ubuntu/Debian, and enable the NVIDIA Compose overlay in .env after passthrough is verified. Document common NVIDIA Docker failure modes, ignore generated .env backups, and clarify that Cookbook can only detect GPUs exposed to the Odysseus container. * Clarify Docker GPU diagnostic limits
43 lines
452 B
Plaintext
43 lines
452 B
Plaintext
venv/
|
|
.venv/
|
|
node_modules/
|
|
services/node_modules/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.env
|
|
.env.bak.*
|
|
/data/
|
|
/logs/
|
|
.git/
|
|
.claude/
|
|
.playwright-mcp/
|
|
.pytest_cache/
|
|
.vscode/
|
|
.idea/
|
|
dev-docs/
|
|
docs/
|
|
*.md
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
/reports/
|
|
/research_data/
|
|
tasks/
|
|
_scratch/
|
|
compound.config.json
|
|
search_analytics.json
|
|
**/search_analytics.json
|
|
tests/
|
|
api/
|
|
*.log
|
|
*.error.log
|
|
chart.png
|
|
timetree*.png
|
|
*_signin_page.png
|
|
*_calendar_view.png
|
|
.gitignore
|