Is your feature request related to a problem? Please describe.
Users of KFServing would like to refer to a well-known runtime version. However this is not possible as the current integration has no way of pointing to a version other than "latest"
kserve/kserve#258
Describe the solution you'd like
CI builds should tag ORT server containers pushed to mcr.microsoft.com with ORT version using the VERSION_NUMBER file
VERSION_NUMBER=$(cat $SOURCE_ROOT/VERSION_NUMBER)
Is your feature request related to a problem? Please describe.
Users of KFServing would like to refer to a well-known runtime version. However this is not possible as the current integration has no way of pointing to a version other than "latest"
kserve/kserve#258
Describe the solution you'd like
CI builds should tag ORT server containers pushed to mcr.microsoft.com with ORT version using the VERSION_NUMBER file