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"
https://github.com/kubeflow/kfserving/pull/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)
````
I see docker build happens in server_run_dockerbuild.sh and can add the version there... but dont see where the image gets pushed to mcr?
Hi @rakelkar! This is planned for our next update of docker images in MCR. Will keep this issue updated with the new tag naming scheme once it’s released publicly. :)
Hey @rakelkar, in the meantime if you need a specific runtime version then building from source is the best solution
I do have a private version, but this issue is for official versions :)
Hi @rakelkar! The onnxruntime server docker image has been refreshed on MCR. You can now pull the following images:
mcr.microsoft.com/onnxruntime/server:v0.4.0
mcr.microsoft.com/onnxruntime/server:v0.5.0
and the latest image, which currently points to v0.5.0.
mcr.microsoft.com/onnxruntime/server:latest
Awesome thanks!
On Thu, Aug 29, 2019, 6:19 PM Vinitra Swamy notifications@github.com
wrote:
Closed #1696 https://github.com/microsoft/onnxruntime/issues/1696.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/onnxruntime/issues/1696?email_source=notifications&email_token=AA2CTBMMRFKMZKWV72BMHGDQHBYR3A5CNFSM4IPZARE2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOTK33JIQ#event-2595730594,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA2CTBK62WIS2JHWJSH7R4TQHBYR3ANCNFSM4IPZAREQ
.
Most helpful comment
Hi @rakelkar! This is planned for our next update of docker images in MCR. Will keep this issue updated with the new tag naming scheme once it’s released publicly. :)