Skip to content

Commit b8334c0

Browse files
committed
update Mnist 8.1 image
1 parent f5797cd commit b8334c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/model_serving/model_server/inference_service_configuration/test_isvc_pull_secret_updates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
# Using mnist-8-1 model from OCI image
23-
"storage-uri": "oci://quay.io/mwaykole/test@sha256:8a3217bcfa2cc5fa3d07496cff8b234acdf2c9725dd307dc0a80401f55e1a11c" # noqa: E501
23+
"storage-uri": "oci://quay.io/mwaykole/test@sha256:96609966713b6b6e8dbc829f40886d70324be74fac93cf2ac7cd166cc9c29e6b" # noqa: E501
2424
},
2525
)
2626
],

utilities/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class RunTimeConfigs:
241241

242242
class ModelCarImage:
243243
MNIST_8_1: str = (
244-
"oci://quay.io/mwaykole/test@sha256:8a3217bcfa2cc5fa3d07496cff8b234acdf2c9725dd307dc0a80401f55e1a11c"
244+
"oci://quay.io/mwaykole/test@sha256:96609966713b6b6e8dbc829f40886d70324be74fac93cf2ac7cd166cc9c29e6b"
245245
# noqa: E501
246246
)
247247
GRANITE_8B_CODE_INSTRUCT: str = "oci://registry.redhat.io/rhelai1/modelcar-granite-8b-code-instruct:1.4"

0 commit comments

Comments
 (0)