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 765c875 commit 0bcb18cCopy full SHA for 0bcb18c
Containerfile
@@ -1,4 +1,3 @@
1
-# TODO: Update to official python-3.13-minimal image when available
2
ARG BASE_IMAGE=quay.io/fedora/python-313-minimal:latest
3
4
# Use a multi-stage build to create a lightweight production image
@@ -51,7 +50,7 @@ USER 1001:0
51
50
# Add guidellm bin to PATH
52
# Argument defaults can be set with GUIDELLM_<ARG>
53
ENV HOME="/home/guidellm" \
54
- GUIDELLM_OUTPUT_PATH="/results/benchmarks.json"
+ GUIDELLM_OUTPUT_DIR="/results"
55
56
# Create the user home dir
57
WORKDIR $HOME
0 commit comments