We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wsl docker gpu version 无法正常转换字幕
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
(A clear and concise description of what you expected to happen.)
scan-20250323.log
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered:
wsl 跑 nvidia gpu docker,需要 nvidia-container-toolkit 等配置。
nvidia-container-toolkit
参考官方文档:https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
Sorry, something went wrong.
安装过
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 | +-----------------------------------------------------------------------------------------+
好的,nvcc -V cuda 版本是多少
nvcc -V
timerring
No branches or pull requests
Problem Overview
wsl docker gpu version 无法正常转换字幕
Steps Taken
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
Expected Outcome
(A clear and concise description of what you expected to happen.)
Screenshots
scan-20250323.log
Environment Information
Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: