PaddlePaddle / PaddleX

All-in-One Development Tool based on PaddlePaddle(飞桨低代码开发工具)
Apache License 2.0
4.83k stars 950 forks source link

使用阿里云ecs+docker安装paddlex出现异常:could not select device driver "" with capabilities: [[gpu]] #2316

Closed jiangshanwe closed 2 hours ago

jiangshanwe commented 2 hours ago

描述问题

阿里云ECS配置: ecs.gn6v-c8g1.2xlarge 8核(vCPU) 32 GiB 5 Mbps GPU:NVIDIA V100

docker启动命令: docker run -d --gpus all --name paddlex -v $PWD:/paddle --shm-size=8g --network=host -it registry.baidubce.com/paddlex/paddlex:paddlex3.0.0b1-paddlepaddle3.0.0b1-gpu-cuda12.3-cudnn9.0-trt8.6

报错: image

复现

请提供您使用的操作系统信息,如Linux/Windows/MacOS

Linux Ubuntu

请问您使用的CUDA/cuDNN的版本号是?

image

jiangshanwe commented 2 hours ago

参考:https://github.com/jianchang512/ChatTTS-ui/issues/68 已解决