We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8026247 commit a825709Copy full SHA for a825709
scripts/images/runtime/Dockerfile
@@ -16,7 +16,7 @@ WORKDIR /opt/runtime
16
17
RUN --mount=type=cache,target=/root/.cache/uv \
18
uv pip install -e . --system \
19
- && uv pip install -r /opt/runtime/datamate/ops/requirements.txt --system
+ && uv pip install -r /opt/runtime/datamate/ops/pyproject.toml --system
20
21
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
22
&& chmod +x /opt/runtime/start.sh \
0 commit comments