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

相关推荐
金融RPA机器人丨实在智能2 小时前
药企研发数据合规预警:数据上传海外云端AI Agent是否违规?深度解析医药数据管控新路径
人工智能·ai
霸道流氓气质2 小时前
Claude Code 完全指南:从安装到精通
ai
俊哥V3 小时前
每日 AI 研究简报 · 2026-06-15
人工智能·ai
智海观潮3 小时前
UniScientist:30B开源科研大模型突破,重构AI自主研究范式
人工智能·ai·大模型
曦尧4 小时前
GitHub - NVIDIA/SkillSpector: AI agent skill 安全扫描器。检测漏洞、恶意模式和安全风险。· GitHub
ai·自动化
装不满的克莱因瓶4 小时前
了解3D卷积原理——从空间感知到时空建模的深度学习核心算子
人工智能·pytorch·python·深度学习·机器学习·3d·ai
摸鱼同学4 小时前
04-Hermes 三层记忆系统(上):会话记忆——让 AI 记住刚才聊了什么
ai·agent·hermes
笨蛋©4 小时前
2026年制造业PPAP质量管理实操:从图纸数字化到检验计划的自动化闭环
ai·数字化·cad·质量管理·制造业
Rain5094 小时前
2.2 数据基础:数据库集成与 ORM(TypeORM / Prisma)
数据库·人工智能·ai·数据分析·node.js·自动化·ai编程