forked from opendatahub-io/modelmesh-runtime-adapter
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b35a8a
commit 8ca1e13
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,11 +97,15 @@ COPY --from=build /opt/app/torchserve-adapter /opt/app/ | |
ARG IMAGE_VERSION | ||
ARG COMMIT_SHA | ||
|
||
LABEL name="model-serving-runtime-adapter" \ | ||
version="${IMAGE_VERSION}" \ | ||
release="${COMMIT_SHA}" \ | ||
summary="Sidecar container which runs in the ModelMesh Serving model server pods" \ | ||
description="Container which runs in each model serving pod acting as an intermediary between ModelMesh and third-party model-server containers" | ||
LABEL com.redhat.component="odh-modelmesh-runtime-adapter-container" \ | ||
name="managed-open-data-hub/odh-modelmesh-runtime-adapter-container-rhel8" \ | ||
description="Container which runs in each model serving pod and act as an intermediary between model-mesh and third-party model-server containers" \ | ||
summary="odh-model-serving-runtime-adapter" \ | ||
maintainer="['[email protected]']" \ | ||
io.k8s.display-name="odh-model-serving-runtime-adapter" \ | ||
io.k8s.description="odh-model-serving-runtime-adapter" \ | ||
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf" | ||
|
||
|
||
# Don't define an entrypoint. This is a multi-purpose image so the user should specify which binary they want to run (e.g. /opt/app/puller or /opt/app/triton-adapter) | ||
ENTRYPOINT ["/opt/app/puller"] |