mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 12:00:46 +00:00
fix: some typos using typos
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
@@ -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 . .
|
||||
|
Reference in New Issue
Block a user