Skip to content

Commit 7a9217f

Browse files
committed
Dockerfile: Update to install all group deps
1 parent 4aec6d9 commit 7a9217f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ COPY --chown=amp:amp pyproject.toml README.md ./
6767
# Install the amp package in the system Python
6868
RUN uv pip install --system --no-cache -e .
6969

70+
RUN uv sync --all-groups
71+
72+
RUN uv build
73+
7074
# Switch to non-root user
7175
USER amp
7276

0 commit comments

Comments
 (0)