mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-29 08:12:53 +00:00
|
Some checks failed
deploy-docs / deploy-production (push) Has been cancelled
Build docs images and copy image to docker hub / build-fastgpt-docs-images (push) Has been cancelled
Build docs images and copy image to docker hub / push-to-docker-hub (push) Has been cancelled
Build docs images and copy image to docker hub / update-docs-image (push) Has been cancelled
原docker启动命令启动后的容器只能使用CPU运行。本次修改增加了GPU参数,并提供docker-compose.yml示例 |
||
|---|---|---|
| .. | ||
| archetypes | ||
| assets | ||
| content/docs | ||
| i18n | ||
| layouts | ||
| static | ||
| .zhlintignore | ||
| .zhlintrc | ||
| Dockerfile | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| hugo.toml | ||
| vercel.json | ||
文档
本地运行
- 安装 go 语言环境。
- 安装 hugo。二进制下载,注意需要安装 extended 版本。
- cd docSite
- hugo serve
- 访问 http://localhost:1313