Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help] wsl docker gpu version 无法正常转换字幕 #230

Open
OrdinarySF opened this issue Mar 23, 2025 · 3 comments
Open

[Help] wsl docker gpu version 无法正常转换字幕 #230

OrdinarySF opened this issue Mar 23, 2025 · 3 comments

Comments

@OrdinarySF
Copy link

Problem Overview

wsl docker gpu version 无法正常转换字幕

Steps Taken

  1. 执行docker命令sudo docker run -itd --gpus 'all,"capabilities=compute,utility,video"' --name bilive_docker_gpu -p 22333:2233 ghcr.io/timerring/bilive-gpu:0.2.10
  2. 按照流程启动服务
  3. 添加录制任务

Expected Outcome

(A clear and concise description of what you expected to happen.)

Screenshots

scan-20250323.log

Environment Information

  • Operating System: Windows 11 WSL Ubuntu 24.10
  • Python Version: same docker
  • Driver & CUDA Version: Driver Version: 572.16 CUDA Version: 12.8
  • Error Messages and Logs: [If applicable, provide any error messages or relevant log outputs]

Additional context

(Add any other context about the problem here.)

@timerring
Copy link
Owner

wsl 跑 nvidia gpu docker,需要 nvidia-container-toolkit 等配置。

参考官方文档:https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html

@OrdinarySF
Copy link
Author

安装过

root@ORDINARY:~# nvidia-smi
Mon Mar 24 23:53:28 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.86.16              Driver Version: 572.16         CUDA Version: 12.8     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 3070 ...    On  |   00000000:01:00.0 Off |                  N/A |
| N/A   56C    P8             16W /  125W |     934MiB /   8192MiB |     26%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|  No running processes found                                                             |
+-----------------------------------------------------------------------------------------+

@timerring
Copy link
Owner

好的,nvcc -V cuda 版本是多少

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants