Skip to content

Commit cdd2a37

Browse files
committed
Fix docker regression
1 parent 4696bae commit cdd2a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/quantflow.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
COPY pyproject.toml uv.lock readme.md ./
1717

1818
# Install dependencies (no root package, with needed extras)
19-
RUN uv sync --frozen --no-install-project --extra docs --extra data
19+
RUN uv sync --frozen --no-install-project --group docs --extra data
2020

2121
# Copy source, generate example outputs and images, then build docs
2222
COPY mkdocs.yml ./

0 commit comments

Comments
 (0)