Skip to content

Commit c908d50

Browse files
committed
♻️ Complete the front-end Chinese comments.
1 parent a210bf0 commit c908d50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/types/avatar.ts

Whitespace-only changes.

make/data_process/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ COPY model-assets/nltk_data /opt/models/nltk_data
3636
WORKDIR /opt/backend
3737
# Layer 1: install base dependencies
3838
COPY backend/pyproject.toml /opt/backend/pyproject.toml
39-
RUN UV_HTTP_TIMEOUT=300 uv sync --no-cache-dir --extra data-process $(test -n "$MIRROR" && echo "-i $MIRROR") && \
39+
RUN uv sync --no-cache-dir --extra data-process $(test -n "$MIRROR" && echo "-i $MIRROR") && \
4040
uv cache clean
4141
# Layer 2: install sdk in link mode
4242
COPY sdk /opt/sdk
43-
RUN UV_HTTP_TIMEOUT=300 uv pip install --no-cache-dir /opt/sdk $(test -n "$MIRROR" && echo "-i $MIRROR") && \
43+
RUN uv pip install --no-cache-dir /opt/sdk $(test -n "$MIRROR" && echo "-i $MIRROR") && \
4444
uv cache clean
4545
# Layer 3: copy backend code
4646
COPY backend /opt/backend

0 commit comments

Comments
 (0)