Skip to content

Commit 61f6421

Browse files
committed
fix TF serving funcs deps
1 parent c26576c commit 61f6421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tf1_serving/function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
name: tensorflow-v1-2layers
4646
spec:
4747
build:
48-
baseImage: mlrun/ml-serving:0.4.7-py36
48+
baseImage: mlrun/mlrun
4949
commands:
5050
- pip install tensorflow==1.14 keras
5151
- pip install requests pillow

tf2_serving/function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
name: tensorflow-v2-2layers
4646
spec:
4747
build:
48-
baseImage: mlrun/ml-serving
48+
baseImage: mlrun/mlrun
4949
commands:
5050
- pip install tensorflow>=2.1
5151
- pip install requests pillow

0 commit comments

Comments
 (0)