Skip to content

Commit 93648f4

Browse files
authored
Merge pull request #4 from Jooho/add-version-main
Add modelmesh version
2 parents c99f9f4 + dcd83d5 commit 93648f4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ RUN microdnf install \
115115

116116
USER ${USER}
117117

118+
# Add modelmesh version
119+
COPY version /etc/modelmesh-version
120+
118121
# Copy over the binary and use it as the entrypoint
119122
COPY --from=build /opt/app/puller /opt/app/
120123
COPY --from=build /opt/app/triton-adapter /opt/app/

version

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Version information
2+
upstream kserve modelmesh version: v0.11.0-alpha
3+
upstream modelmesh version: v0.11.0-alpha
4+
upstream modelmesh-runtime-adapter version: v0.11.0-alpha
5+
opendatahub version: latest (branch: main)
6+
opendatahub modelmesh-runtime-adapter branch: main

0 commit comments

Comments
 (0)