mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
Merge branch 'main' into dockerupdate
This commit is contained in:
@@ -12,6 +12,8 @@ services:
|
||||
volumes:
|
||||
# 挂载.env文件,方便配置API密钥
|
||||
- ../owl/.env:/app/owl/.env
|
||||
# 挂载example文件夹,以支持docker容器内运行代码案例
|
||||
- ../examples:/app/examples
|
||||
# 挂载数据目录
|
||||
- ./data:/app/owl/data
|
||||
# 挂载缓存目录,避免重复下载
|
||||
@@ -39,4 +41,4 @@ services:
|
||||
# 定义持久化卷,用于缓存 | Define persistent volumes for caching
|
||||
volumes:
|
||||
playwright-cache:
|
||||
pip-cache:
|
||||
pip-cache:
|
||||
|
||||
Reference in New Issue
Block a user