Skip to content

Commit 75ef4d8

Browse files
authored
Merge pull request GoogleCloudPlatform#149 from dylanmpeck/patch-1
pin_tf_serving_image_2.8.0
2 parents eab920e + 86db4a6 commit 75ef4d8

File tree

1 file changed

+1
-1
lines changed
  • workshops/mlep-qwiklabs/tfserving-gke-autoscaling/tf-serving

1 file changed

+1
-1
lines changed

workshops/mlep-qwiklabs/tfserving-gke-autoscaling/tf-serving/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
spec:
3232
containers:
3333
- name: tf-serving
34-
image: "tensorflow/serving"
34+
image: "tensorflow/serving:2.8.0"
3535
args:
3636
- "--model_name=$(MODEL_NAME)"
3737
- "--model_base_path=$(MODEL_PATH)"

0 commit comments

Comments
 (0)