Merge main and address Docker review findings

This commit is contained in:
debpalash
2026-08-10 04:53:37 +00:00
4 changed files with 344 additions and 54 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ Verify the container sees the GPU:
```bash
docker exec <container> python3 -c \
"import torch; print(torch.cuda.is_available(), torch.cuda.get_device_name(0))"
"import torch; ok = torch.cuda.is_available(); print(ok, torch.cuda.get_device_name(0) if ok else 'unavailable')"
```
Use `omnivoice` for the `docker run` examples above. Docker Compose names the