ai 部署Ollama Coze Pilotdeck Dify

Ollama(运行本地模型)

install:

docker stop ollama

docker run -d -p 11434:11434 -v /path/to/local/models:/root/.ollama/models --name ollama ollama/ollama

docker exec -it ollama ollama stop dengcao/Qwen3-Embedding-0.6B:F16

docker exec -it ollama ollama run dengcao/Qwen3-Embedding-0.6B:F16

docker exec -it ollama ollama run nomic-embed-text

PilotDeck(清华大学THUNLP实验室、面壁智能、OpenBMB与AI9stars联合研发的智能体操作系统)

install:

CentOS 8.5 64位(腾讯云服务器)

yum update

yum install git

git clone https://github.com/OpenBMB/PilotDeck.git(git clone https://gitcode.com/gh_mirrors/pi/PilotDeck.git)

wget https://raw.githubusercontent.com/OpenBMB/PilotDeck/main/install.sh

sh install.sh

yum install git

git clone https://github.com/OpenBMB/PilotDeck.git(git clone https://gitee.com/mstitop/PilotDeck.git)

安装docker:

yum install -y yum-utils device-mapper-persistent-data lvm2

yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

yum install docker-ce-20.10.10 docker-ce-cli-20.10.10 containerd.io docker-compose-plugin

systemctl start docker(systemctl enable docker)(修改镜像为国内镜像)

cd PilotDeck

docker compose up -d

访问 http://IP:3001

Coze(字节跳动)

install:

CentOS 8.5 64位(腾讯云服务器)

yum update

yum install git

git clone https://github.com/coze-dev/coze-studio.git(git clone https://gitcode.com/GitHub_Trending/co/coze-studio.git)

安装docker:

yum install -y yum-utils device-mapper-persistent-data lvm2

yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

yum install docker-ce-20.10.10 docker-ce-cli-20.10.10 containerd.io docker-compose-plugin

systemctl start docker(systemctl enable docker)(修改镜像为国内镜像)

cd coze-studio/docker

cp .env.example .env

EMbedding模型需要在.env中配置,以及默认模型

设置模型api

cp backend/conf/model/template/model_template_ark_doubao-seed-1.6.yaml backend/conf/model/doubao-seed-2.0-lite.yaml

编辑backend/conf/model/doubao-seed-2.0-lite.yaml

base_url: "https://api.deepseek.com/v1"

api_key: "sk-xxxxxxxx"(https://platform.deepseek.com/申请)

model: "deepseek-reasoner"

docker compose up -d

Dify

install:

CentOS 8.5 64位(腾讯云服务器)

yum update

git clone https://gitcode.com/GitHub_Trending/di/dify.git

cd dify/docker

cp .env.example .env

docker compose up -d

相关推荐
chuntian_tester3 分钟前
AI自动化第1步【系统探索】
人工智能·测试工具·ai·自动化
SamChan902 小时前
PDF多语言翻译的格式还原技术拆解:从版面分析到内容重排的工程实现
python·ai·pdf·机器翻译
七夜zippoe2 小时前
AI Agent 工程化落地实战(01):从 ChatBot 到自主智能体的范式跃迁
人工智能·ai·agent·chatbot·自主智能体
俊哥V2 小时前
AI 今日研究简报 · 2026-09-08
人工智能·ai
蒲公英eric2 小时前
从弱加密到安全实现:DVWA 密码学模块完整漏洞分析教程
安全·web安全·ai·dvwa·ai安全·密码学模块
打破砂锅问到底0073 小时前
端侧 Agent:手机本地多 Agent 协作
人工智能·ai·ai工程化·agent skills
VIP_CQCRE3 小时前
在 Visual Studio 里接入 Ace Data Cloud:让 LMLocal 调用统一的 OpenAI 兼容模型接口
ai·大模型·visual studio·ace data cloud·lmlocal
Jul1en_4 小时前
Matt 与 Uncle Bob 的播客访谈有感
开发语言·经验分享·笔记·ai·开源·github·ai编程
2601_962298674 小时前
AWS推ADOP:用AI Agent把数据工程从周压缩到小时
ai·自动化·agent·aws·数据工程
shionhana5 小时前
从资料到演示稿:AI 生成 PPT 的工作流拆解
人工智能·ai·powerpoint