Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmyuan committed Oct 5, 2024
1 parent bc51bb7 commit e5bd1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV POETRY_NO_INTERACTION=1 \
POETRY_CACHE_DIR=/tmp/poetry_cache

# 使用 Poetry 安装依赖
RUN poetry install --without dev --no-root && rm -rf $POETRY_CACHE_DIR
RUN poetry install --no-root && rm -rf $POETRY_CACHE_DIR

# 第二阶段:构建最终镜像
FROM python:3.12-slim
Expand Down

0 comments on commit e5bd1ff

Please sign in to comment.