Skip to content

Commit 40c1505

Browse files
authored
Merge pull request GoogleCloudPlatform#155 from dylanmpeck/fix-tf-serving-pin-spec
fix tfserving image spec
2 parents fa61cc8 + 112ead3 commit 40c1505

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: "image: "tensorflow/serving:2.8.0"
37+
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: "image: "tensorflow/serving:2.8.0"
38+
image: "tensorflow/serving:2.8.0"
3939
args:
4040
- "--model_name=$(MODEL_NAME)"
4141
- "--model_base_path=$(MODEL_PATH)"

0 commit comments

Comments
 (0)