[AC-AISVC-50] 合入第一个稳定版本 #2

Merged
MerCry merged 32 commits from feature/prompt-unification-and-logging into main 2026-02-26 13:03:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a3b7f2cc51 - Show all commits

View File

@ -5,7 +5,7 @@ WORKDIR /app
RUN pip install --no-cache-dir uv
COPY pyproject.toml .
COPY pyproject.toml README.md ./
RUN uv pip install --system --no-cache-dir .