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 d649b0d commit 5b5d504Copy full SHA for 5b5d504
Dockerfile
@@ -33,7 +33,7 @@ COPY ./backend ${APP_HOME}
33
34
# Final sync to ensure all dependencies are installed
35
RUN --mount=type=cache,target=/root/.cache/uv \
36
- uv sync
+ uv sync --extra cpu
37
38
# Build g2-ssr
39
FROM registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-base:latest AS ssr-builder
0 commit comments