Replies: 2 comments 4 replies
-
Thanks, please try running the command below. You don't need to include the su -s /bin/sh beszel -c "nvidia-smi" && echo "exit code: $?" |
Beta Was this translation helpful? Give feedback.
2 replies
-
beszel-agent[317788]: 2025/02/11 14:41:35 WARN nvidia-smi found no valid GPU data, stopping
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Referencing #375
Running binary agent 0.9.1 installed from the install.sh script on a VM fails to see a GPU. I get the error
beszel-agent[3404832]: 2025/02/06 21:19:17 DEBUG GPU err="no GPU found - install nvidia-smi or rocm-smi"
The OS is Debian 11, the GPU is an nVidia 3090. Running nvidia-smi returns useful data:
Trying echo "exit code: $?" yields
exit code: 0
OS / Architecture
Debian 11
Beszel version
0.9.1
Installation method
Binary
Configuration
Environment="GPU=true"
Hub Logs
No response
Agent Logs
beszel-agent[3404832]: 2025/02/06 21:19:17 DEBUG GPU err="no GPU found - install nvidia-smi or rocm-smi"
Beta Was this translation helpful? Give feedback.
All reactions