Skip to content

Commit db94293

Browse files
committed
chore: clarify troubleshooting docs for GPU index (thanks Ali G for suggesting this)
1 parent 18435a1 commit db94293

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/deployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ Here are some common issues you may encounter, with suggested fixes:
116116
- **Symptom:** The Docker container is using the wrong GPU, for example the integrated GPU instead of the discrete GPU.
117117
- **Fixes:**
118118
- Check your system activity to see which GPU is being used.
119-
- Specify the correct GPU in the Docker run command using the `--gpus` flag
119+
- Run `nvidia-smi -L` to list all GPUs on your system.
120+
- Run the container with the correct GPU index specified in the `--gpus` flag, for example `docker run --gpus '"device=0"' ...`.
120121

121122
### Container killed or crashes under load
122123
- **Symptom:** Server stops or computer restarts during job processing

0 commit comments

Comments
 (0)