tensorflow / serving

A flexible, high-performance serving system for machine learning models

Home Page:https://www.tensorflow.org/serving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.12 release/docker image?

dwyatte opened this issue · comments

Is TF Serving planning a 2.12 release and/or image image on https://hub.docker.com/r/tensorflow/serving (I'm mostly interested in the docker image, but I'm guessing that syncs up with the releases). Thanks!

@dwyatte,

TF Serving 2.12 is released few hours ago. Please try to pull the latest docker image of TF Serving using
docker pull tensorflow/serving:latest and it should pull the latest 2.12 image.
Thank you!

@singhniraj08 I see the 2.12 release here on GitHub (thanks!), but looks like there must be another step to get the release synced to Docker Hub. :latest still points to 2.11.1

macbook-pro-2:~ dwyatte$ docker pull tensorflow/serving:latest
latest: Pulling from tensorflow/serving
Digest: sha256:ceb17c529b59a3f0ffa3ef87404e0f2cf0e155cdec4a723ed49b6be487e4c728
Status: Image is up to date for tensorflow/serving:latest
docker.io/tensorflow/serving:latest
macbook-pro-2:~ dwyatte$ docker run -it --entrypoint bash tensorflow/serving:latest
root@b8358ed9d4f0:/# tensorflow_model_server --version
TensorFlow ModelServer: 2.11.1-rc2
TensorFlow Library: 2.11.1

Hi Everyone. 2.12.0 version has been identified as bad release. Avoid using 2.12.0 and please start using 2.12.1.
https://github.com/tensorflow/serving/releases/tag/2.12.1.
Sorry for inconvenience.

@singhniraj08 If no further questions from user, please close this ticket accordingly.

@dwyatte,

Please try pulling the latest TF Serving docker image. I am able to get latest TF Serving 2.12.1 release on the latest docker image. Ref: screenshot below. Thank you!
Screenshot 2023-05-03 at 9 54 51 AM

Yep, looks good now. Thanks all!