Skip to content

Commit a825709

Browse files
committed
feature: 使用pyproject管理依赖
1 parent 8026247 commit a825709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/images/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /opt/runtime
1616

1717
RUN --mount=type=cache,target=/root/.cache/uv \
1818
uv pip install -e . --system \
19-
&& uv pip install -r /opt/runtime/datamate/ops/requirements.txt --system
19+
&& uv pip install -r /opt/runtime/datamate/ops/pyproject.toml --system
2020

2121
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
2222
&& chmod +x /opt/runtime/start.sh \

0 commit comments

Comments
 (0)