Skip to content

Commit 716a6c1

Browse files
committed
Merge in changes from Add labels and annotations to ProjectRequest and Namespace opendatahub-io#184
2 parents bad9452 + 346edbc commit 716a6c1

File tree

1 file changed

+2
-2
lines changed
  • tests/model_explainability/trustyai_service/drift

1 file changed

+2
-2
lines changed

tests/model_explainability/trustyai_service/drift/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def mlserver_runtime(
4444
"@sha256:68a4cd74fff40a3c4f29caddbdbdc9e54888aba54bf3c5f78c8ffd577c3a1c89",
4545
"env": [
4646
{"name": "MLSERVER_MODEL_IMPLEMENTATION", "value": "{{.Labels.modelClass}}"},
47-
{"name": "MLSERVER_HTTP_PORT", "value": Ports.REST_PORT},
47+
{"name": "MLSERVER_HTTP_PORT", "value": str(Ports.REST_PORT)},
4848
{"name": "MLSERVER_GRPC_PORT", "value": "9000"},
4949
{"name": "MODELS_DIR", "value": "/mnt/models/"},
5050
],
@@ -64,7 +64,7 @@ def mlserver_runtime(
6464
"opendatahub.io/recommended-accelerators": '["nvidia.com/gpu"]',
6565
"opendatahub.io/template-display-name": "KServe MLServer",
6666
"prometheus.kserve.io/path": "/metrics",
67-
"prometheus.io/port": Ports.REST_PORT,
67+
"prometheus.io/port": str(Ports.REST_PORT),
6868
"openshift.io/display-name": "mlserver-1.x",
6969
},
7070
label={Labels.OpenDataHub.DASHBOARD: "true"},

0 commit comments

Comments
 (0)