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 c245fbd commit e0fc2e5Copy full SHA for e0fc2e5
Containerfile
@@ -31,7 +31,7 @@ COPY / /src
31
32
# Install guidellm and locked dependencies
33
RUN pdm use -p /src -f /opt/app-root \
34
- && pdm install -p /src --check --prod --no-editable
+ && pdm install -p /src -G all --check --prod --no-editable
35
36
# Prod image
37
FROM $BASE_IMAGE
0 commit comments