修改dockerfile

This commit is contained in:
2026-07-28 15:24:43 +08:00
parent 51bb84c378
commit 4572803e72
3 changed files with 27 additions and 16 deletions
+6 -4
View File
@@ -9,10 +9,12 @@ services:
NODE_ENV: production
PORT: 3000
DEEPSEEK_API_KEY: ${DEEPSEEK_API_KEY}
CAD_AGENT_STUDIO_ROOT: /app/cad-agent-studio
CAD_ENGINE_ROOT: /app/text-to-cad
CAD_AGENT_STUDIO_CONFIG: /app/cad-agent-studio/config/llm.config.yaml
PYTHONPATH: /app/text-to-cad/packages/cadpy/src
ports:
- "127.0.0.1:53821:3000"
volumes:
- ./text-to-cad/models/agent-studio:/app/text-to-cad/models/agent-studio
- ./cad-agent-studio/models/agent-studio:/app/cad-agent-studio/models/agent-studio
- ./cad-agent-studio/config/llm.config.yaml:/app/cad-agent-studio/config/llm.config.yaml:ro