Skip to content

Commit e0fc2e5

Browse files
committed
Ensure all optional dependicies are in container
Signed-off-by: Samuel Monson <[email protected]>
1 parent c245fbd commit e0fc2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY / /src
3131

3232
# Install guidellm and locked dependencies
3333
RUN pdm use -p /src -f /opt/app-root \
34-
&& pdm install -p /src --check --prod --no-editable
34+
&& pdm install -p /src -G all --check --prod --no-editable
3535

3636
# Prod image
3737
FROM $BASE_IMAGE

0 commit comments

Comments
 (0)