【求助帖】fastgpt部署问题 #327
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#327
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
部署不成功,一直在重启,实现不到课件效果

数据库连接错误,老师这种情况是哪里出问题了那
我这里在安装OneAPI 与 FastGPT部分也出现了如下报错,
这里我在前面的docker安装和docker-compose安装都是没问题的

docker-compose.yml和config.json文件也是按要求准备在了fastgpt目录下,这个attrs包我使用pip和conda安装都成功了,尝试输出也是存在的,但是还是出现第一张图所示的报错,求助!
注意到日志里的一行错误信息
mysqld: Cannot change permissions of the file 'private_key pem. temp' (OS errno 1 - Operation not permitted)
这个目录没有权限,建议修改目录权限或者换个有权限的目录试一下
这个
docker-compose
可能有些问题,试一下使用sudo docker compose up -d
呢