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.
2 parents c99f9f4 + dcd83d5 commit 93648f4Copy full SHA for 93648f4
Dockerfile
@@ -115,6 +115,9 @@ RUN microdnf install \
115
116
USER ${USER}
117
118
+# Add modelmesh version
119
+COPY version /etc/modelmesh-version
120
+
121
# Copy over the binary and use it as the entrypoint
122
COPY --from=build /opt/app/puller /opt/app/
123
COPY --from=build /opt/app/triton-adapter /opt/app/
version
@@ -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