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 3d79186 commit 938a71cCopy full SHA for 938a71c
deploy/Containerfile
@@ -32,8 +32,8 @@ USER guidellm
32
WORKDIR /results
33
34
# Metadata
35
-LABEL org.opencontainers.image.source="https://github.com/neuralmagic/guidellm"
36
-LABEL org.opencontainers.image.description="GuideLLM Benchmark Container"
+LABEL org.opencontainers.image.source="https://github.com/neuralmagic/guidellm" \
+ org.opencontainers.image.description="GuideLLM Performance Benchmarking Container"
37
38
# Set the environment variable for the benchmark script
39
# TODO: Replace with scenario environment variables
0 commit comments