From 76c8bdbcfc6b2e821f5193a58e47c9764907acd0 Mon Sep 17 00:00:00 2001 From: vera <511201264@qq.com> Date: Wed, 21 Jan 2026 17:55:36 +0800 Subject: [PATCH] docs: docker gpu use --- README_BW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_BW.md b/README_BW.md index c761e71..d3afa9f 100644 --- a/README_BW.md +++ b/README_BW.md @@ -29,7 +29,7 @@ https://github.com/BoardWare-Genius/VoxCPM ```bash docker pull harbor.bwgdi.com/library/voxcpmtts:0.0.2 -docker run -d --restart always -p 5001:5000 --gpus all --mount type=bind,source=/Workspace/NAS11/model/Voice/VoxCPM,target=/models harbor.bwgdi.com/library/voxcpmtts:0.0.2 +docker run -d --restart always -p 5001:5000 --gpus '"device=0"' --mount type=bind,source=/Workspace/NAS11/model/Voice/VoxCPM,target=/models harbor.bwgdi.com/library/voxcpmtts:0.0.2 ``` # Usage