mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
When running in Docker, the systeminformation library cannot see the host's GPU hardware. This adds a fallback to detect Intel integrated graphics from the CPU model name, similar to how we handle AMD APUs with Radeon graphics. Intel Core Ultra processors (Meteor Lake, Arrow Lake) include Intel Arc Graphics integrated. This change detects "Core Ultra" in the CPU brand and reports "Intel Arc Graphics (Integrated)" as the GPU model. Note: This is for display purposes only - Ollama does not support Intel integrated graphics for AI acceleration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| bin | ||
| commands | ||
| config | ||
| constants | ||
| database | ||
| docs | ||
| inertia | ||
| providers | ||
| public | ||
| resources/views | ||
| start | ||
| tests | ||
| types | ||
| util | ||
| views | ||
| .editorconfig | ||
| .env.example | ||
| ace.js | ||
| adonisrc.ts | ||
| eslint.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
Docker container
docker run --rm -it -p 8080:8080 jturnercosmistack/projectnomad:admin-latest -e PORT=8080 -e HOST=0.0.0.0 -e APP_KEY=secretlongpasswordsecret -e LOG_LEVEL=debug -e DRIVE_DISK=fs