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 bc49ac8 commit ba1dba7Copy full SHA for ba1dba7
deploy/Containerfile
@@ -45,4 +45,4 @@ ENV GUIDELLM_TARGET="http://localhost:8000" \
45
GUIDELLM_MAX_SECONDS="" \
46
GUIDELLM_OUTPUT_PATH="/results/results.json"
47
48
-ENTRYPOINT [ "/opt/guidellm/bin/entrypoint.sh" ]
+ENTRYPOINT [ "/opt/guidellm/bin/guidellm" ]
deploy/entrypoint.sh
0 commit comments