Skip to content

Commit 15efebe

Browse files
committed
fix pre-commit checks
1 parent a4b3ffc commit 15efebe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.konflux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LABEL com.redhat.component="llama-stack-cpu-rhel9-container" \
1818
io.openshift.expose-services="" \
1919
com.redhat.license_terms="https://www.redhat.com/en/about/eulas#RHAIIS" \
2020
com.redhat.aiplatform.image="${BASE_IMAGE}" \
21-
com.redhat.aiplatform.wheel_release="${WHEEL_RELEASE_AARCH64} ${WHEEL_RELEASE_X86_64}"
21+
com.redhat.aiplatform.wheel_release="${WHEEL_RELEASE_AARCH64} ${WHEEL_RELEASE_X86_64}"
2222

2323
RUN --mount=type=secret,id=rhel-ai-private-index-auth/BOT_PAT,target=/run/secrets/gitlab_pat,required=true,uid=${CNB_USER_ID},gid=${CNB_GROUP_ID} \
2424
${APP_ROOT}/lib/tools/install-wheel-release.sh
@@ -44,4 +44,4 @@ COPY --chmod=755 distribution/entrypoint.sh ${APP_ROOT}/entrypoint.sh
4444
# Download embedding model
4545
RUN huggingface-cli download ibm-granite/granite-embedding-125m-english
4646

47-
ENTRYPOINT [ "/opt/app-root/entrypoint.sh" ]
47+
ENTRYPOINT [ "/opt/app-root/entrypoint.sh" ]

konflux/cpu-ubi9.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ LLAMA_STACK_VERSION=0.0
33
WHEEL_RELEASE_PROJECT_ID=71275045
44
WHEEL_RELEASE_PACKAGE=llama-stack-wheels
55
WHEEL_RELEASE_AARCH64=0.0.272+llama-stack-cpu-ubi9-aarch64
6-
WHEEL_RELEASE_X86_64=0.0.272+llama-stack-cpu-ubi9-x86_64
6+
WHEEL_RELEASE_X86_64=0.0.272+llama-stack-cpu-ubi9-x86_64

0 commit comments

Comments
 (0)