Skip to content

Commit bce8b30

Browse files
author
Dylan Peck
authored
pin_tf_serving_image_2.8.0
1 parent 75ef4d8 commit bce8b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
spec:
3535
containers:
3636
- name: tf-serving
37-
image: "tensorflow/serving"
37+
image: "image: "tensorflow/serving:2.8.0"
3838
args:
3939
- "--model_name=$(MODEL_NAME)"
4040
- "--model_base_path=$(MODEL_PATH)"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
spec:
3636
containers:
3737
- name: tf-serving
38-
image: "tensorflow/serving"
38+
image: "image: "tensorflow/serving:2.8.0"
3939
args:
4040
- "--model_name=$(MODEL_NAME)"
4141
- "--model_base_path=$(MODEL_PATH)"

0 commit comments

Comments
 (0)