Skip to content
New issue

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

第一步npm i出错显示Segmentation fault #39

Open
bentennysonyoung opened this issue Sep 6, 2023 · 2 comments
Open

第一步npm i出错显示Segmentation fault #39

bentennysonyoung opened this issue Sep 6, 2023 · 2 comments

Comments

@bentennysonyoung
Copy link

bentennysonyoung commented Sep 6, 2023

卡在第一步安装依赖。机器是CentOS 7,已更新gcc等。
图片
我的2G小鸡还有剩1G以上内存。但是就是安装不成功。
大神能否直接将环境配置写进Dockerfile。便于docker部署。

@lianginx
Copy link
Owner

lianginx commented Nov 3, 2023

我学习了一下 Dockerfile,刚刚发布了一个 Docker 镜像,你可以尝试部署:

docker run -d \
  -p 80:3000 \
  --restart unless-stopped \
  --name chatgpt-nux \
  lianginx/chatgpt-nuxt:latest

有点晚了,希望你还用得上。稍后我会把它更新到文档中。

@g4li
Copy link

g4li commented Nov 7, 2023

@lianginx 能否把编译结果上传为 github release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants