fix: some typos using typos

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2025-03-29 11:10:16 +08:00
parent 7c05bc1784
commit 80eef20422
5 changed files with 7 additions and 7 deletions

View File

@@ -111,7 +111,7 @@ RUN if [ "$USE_TSINGHUA_UBUNTU" = "true" ]; then \
WORKDIR /app
# Copy the virtual environment from the previous stage
# Use antoher name to avoid conflict when mounting user's local .venv
# Use another name to avoid conflict when mounting user's local .venv
ENV FINAL_VENV_NAME="/opt/.uv.venv"
COPY --from=builder /app/.venv ${FINAL_VENV_NAME}
COPY . .