Skip to content

Commit a4b3ffc

Browse files
committed
use entrypoint script
1 parent 648276f commit a4b3ffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.konflux

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ RUN ${APP_ROOT}/lib/tools/fromager-rpm-check.py --check-rpmdb \
3939
# LLama Stack configuration
4040
RUN mkdir -p ${HOME}/.llama ${HOME}/.cache
4141
COPY distribution/run.yaml ${APP_ROOT}/run.yaml
42+
COPY --chmod=755 distribution/entrypoint.sh ${APP_ROOT}/entrypoint.sh
4243

4344
# Download embedding model
4445
RUN huggingface-cli download ibm-granite/granite-embedding-125m-english
4546

46-
ENTRYPOINT ["python3", "-m", "llama_stack.core.server.server", "/opt/app-root/run.yaml"]
47+
ENTRYPOINT [ "/opt/app-root/entrypoint.sh" ]

0 commit comments

Comments
 (0)