Skip to content

Commit 0bcb18c

Browse files
committed
Set default for output-dir rather than output-path
Signed-off-by: Samuel Monson <[email protected]>
1 parent 765c875 commit 0bcb18c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# TODO: Update to official python-3.13-minimal image when available
21
ARG BASE_IMAGE=quay.io/fedora/python-313-minimal:latest
32

43
# Use a multi-stage build to create a lightweight production image
@@ -51,7 +50,7 @@ USER 1001:0
5150
# Add guidellm bin to PATH
5251
# Argument defaults can be set with GUIDELLM_<ARG>
5352
ENV HOME="/home/guidellm" \
54-
GUIDELLM_OUTPUT_PATH="/results/benchmarks.json"
53+
GUIDELLM_OUTPUT_DIR="/results"
5554

5655
# Create the user home dir
5756
WORKDIR $HOME

0 commit comments

Comments
 (0)