Skip to content

Commit

Permalink
fix alibi detect server (#3490)
Browse files Browse the repository at this point in the history
* fix alibi detect server

* fix image in rclone test for alibi detect server
  • Loading branch information
RafalSkolasinski authored Aug 17, 2021
1 parent 98e44f2 commit 5d1dbfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions components/alibi-detect-server/requirements_server.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
seldon-core
kfserving==0.3.0.1
alibi-detect==0.6.1
tensorflow==2.4.2
tensorflow-estimator==2.4.0
tensorflow-probability==0.12.2
pystan==2.19.1.1
fbprophet==0.6
holidays==0.9.11
2 changes: 1 addition & 1 deletion testing/resources/adserver-cifar10-od-rclone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: server
image: seldonio/alibi-detect-server:1.8.0-dev
image: seldonio/alibi-detect-server:1.10.0
imagePullPolicy: IfNotPresent
args:
- --model_name
Expand Down
2 changes: 1 addition & 1 deletion testing/resources/adserver-cifar10-od.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: server
image: seldonio/alibi-detect-server:1.8.0-dev
image: seldonio/alibi-detect-server:1.10.0
imagePullPolicy: IfNotPresent
args:
- --model_name
Expand Down

0 comments on commit 5d1dbfd

Please sign in to comment.