满足条件:
能够访问互联网,并且能够下载镜像。
Use Docker Compose to build Langflow with a persistent PostgreSQL database service:
获取 Langflow 仓库(repository):
git clone https://github.com/langflow-ai/langflow.git
导航到 the docker_example 目录:
cd langflow/docker_example
运行 the Docker Compose 文件:
docker compose up
备注:
后台运行:docker compose up -d
访问 Langflow
http://localhost:7860/
[root@rocky95 docker_example]# docker compose up
[+] Running 5/5
✔ Network docker_example_default Created 0.3s
✔ Volume "docker_example_langflow-postgres" Created 0.0s
✔ Volume "docker_example_langflow-data" Created 0.0s
✔ Container docker_example-postgres-1 Created 0.3s
✔ Container docker_example-langflow-1 Created 0.3s
Attaching to langflow-1, pos

最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



