部署Linux启动服务端报错: [1189396:0327/142227.558454:ERROR:viz_main_impl.cc(181)] Exiting GPU process due to errors during initialization
参考这篇博客:https://zhuanlan.zhihu.com/p/32359775701; 项目部署到有个Ubuntu 22.04版本操作系统的Linux服务器,服务端启动时候报错:Exiting GPU process due to errors during initialization; 有没有解决方案呢? HeyGem.ai是2025/3/27日拉取的代码 详细日志: ./HeyGem-1.0.3.AppImage --no-sandbox
[debug] ENV: production-linux [info] FFmpeg path: /tmp/.mount_HeyGemkWydNr/resources/app.asar.unpacked/resources/ffmpeg/linux-amd64/ffmpeg [info] FFprobe path: /tmp/.mount_HeyGemkWydNr/resources/app.asar.unpacked/resources/ffmpeg/linux-amd64/ffprobe [info] [DB] Connected: /root/.config/heygem.ai/biz.db [debug] [SQL Get]: select val from context where key = ? [ 'db_version' ] [1189396:0327/142227.558454:ERROR:viz_main_impl.cc(181)] Exiting GPU process due to errors during initialization [debug] [SQL Get]: select val from context where key = ? [ 'lang' ] [debug] [SQL Run]: update context set val = ? where key = ? [ 'en', 'lang' ] [debug] [SQL Get]: select val from context where key = ? [ 'is_agree' ] [debug] [SQL Get]: SELECT COUNT() as total FROM f2f_model WHERE name like '%%' [] [debug] [SQL All]: SELECT * FROM f2f_model WHERE name like '%%' ORDER BY created_at DESC LIMIT 10 OFFSET 0 [] [debug] [SQL Get]: SELECT COUNT() as total FROM f2f_model WHERE name like '%%' []
Now the Linux system is officially supported. You can give it a try. However, this problem of yours seems to be related to the graphics card. Please confirm whether you have an Nvidia graphics card and have correctly installed the driver and NVIDIA Container Toolkit.
现在已经官方支持Linux系统了,可以尝试一下。但您这个问题看上去与显卡有关,确认一下是不是有Nvidia显卡并正确安装了驱动和NVIDIA Container Toolkit
https://github.com/GuijiAI/HeyGem.ai/blob/main/README_zh.md#ubuntu2204-%E5%AE%89%E8%A3%85
the same error