labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://fastgpt.in
Other
15.23k stars 3.97k forks source link

sandbox是否支持arm版本的?目前在测试的时候,发现arm环境部署的话,调用服务会挂掉 #1902

Closed 125793014 closed 22 hours ago

125793014 commented 3 days ago

例行检查

你的版本

问题描述, 日志截图 error => socket hang up

复现步骤 debug调试模式

预期结果

相关截图

125793014 commented 3 days ago
image
c121914yu commented 22 hours ago

github 的镜像支持

125793014 commented 20 hours ago

github 的镜像支持

github的镜像也试过了 存在同样的问题。这个问题出现在:debug调试模式,执行工具写的函数代码的时候。

125793014 commented 20 hours ago

github 的镜像支持

github的镜像也试过了 存在同样的问题。这个问题出现在:debug调试模式,执行工具写的函数代码的时候。

c121914yu commented 20 hours ago

可以参考 isolate vm 官方,修改 dockerfile,重新打个包试试 CMD ["node", "--no-node-snapshot", "projects/sandbox/dist/main.js"]

不确定是否有关。

125793014 commented 18 hours ago

可以参考 isolate vm 官方,修改 dockerfile,重新打个包试试 CMD ["node", "--no-node-snapshot", "projects/sandbox/dist/main.js"]

不确定是否有关。

按照这个重新打包验证了,问题解决了。

c121914yu commented 18 hours ago

可以参考 isolate vm 官方,修改 dockerfile,重新打个包试试 CMD ["node", "--no-node-snapshot", "projects/sandbox/dist/main.js"] 不确定是否有关。

按照这个重新打包验证了,问题解决了。

ok,我加到 dockerfile 里了