dragonflight/services/node-agent
ZGaetano 15c282e749 fix(node-agent): GPU count from _gpuCache, not direct nvidia-smi
The node-agent image has no nvidia-smi binary, so the direct execFileSync
detect always failed → fell back to 1 GPU → NVIDIA_VISIBLE_DEVICES=all (the
exact bug we were fixing). Use the existing _gpuCache (populated at startup
by probeGpusViaSmi via a throwaway GPU container) for the count instead.
2026-06-04 15:59:48 +00:00
..
Dockerfile feat(node-agent): add Dockerfile 2026-05-20 13:47:57 -04:00
index.js fix(node-agent): GPU count from _gpuCache, not direct nvidia-smi 2026-06-04 15:59:48 +00:00
package.json feat(node-agent): add package.json for cluster heartbeat agent 2026-05-20 13:47:53 -04:00