We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4696bae commit cdd2a37Copy full SHA for cdd2a37
1 file changed
dev/quantflow.dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
16
COPY pyproject.toml uv.lock readme.md ./
17
18
# Install dependencies (no root package, with needed extras)
19
-RUN uv sync --frozen --no-install-project --extra docs --extra data
+RUN uv sync --frozen --no-install-project --group docs --extra data
20
21
# Copy source, generate example outputs and images, then build docs
22
COPY mkdocs.yml ./
0 commit comments