Skip to content

Commit

Permalink
build: 为之后 nb noneflow 命令做准备(
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Dec 26, 2024
1 parent 7d2e3c6 commit 156c784
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/nonetest.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ COPY pyproject.toml uv.lock /app/
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --project /app/ --no-dev

# 将可执行文件放在环境的路径前面
ENV PATH="/app/.venv/bin:$PATH"

# NoneFlow 本体
COPY src /app/src/

Expand Down

0 comments on commit 156c784

Please sign in to comment.