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 619cb7e commit 98aba4fCopy full SHA for 98aba4f
Containerfile
@@ -84,5 +84,5 @@ USER 1001
84
ENV PATH="/app-root/.venv/bin:$PATH"
85
LABEL vendor="Red Hat, Inc."
86
87
-ENTRYPOINT ["/.llama/entrypoint.sh", "/app-root/.venv/bin/python3.12"]
+CMD ["/.llama/entrypoint.sh", "/app-root/.venv/bin/python3.12"]
88
# ======================================================
0 commit comments