Skip to content

Commit d7fb7c7

Browse files
fix: vllm emulator digest fix (#433) (#435)
Co-authored-by: Shelton Cyril <sheltoncyril@gmail.com>
1 parent 2e630ec commit d7fb7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_explainability/lm_eval/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def vllm_emulator_deployment(
216216
"containers": [
217217
{
218218
"image": "quay.io/trustyai_testing/vllm_emulator"
219-
"@sha256:4214f31bff9de6cc723da23324fb8974cea8abadcab621d85a97a3503cabbdc6",
219+
"@sha256:c4bdd5bb93171dee5b4c8454f36d7c42b58b2a4ceb74f29dba5760ac53b5c12d",
220220
"name": "vllm-emulator",
221221
"securityContext": {
222222
"allowPrivilegeEscalation": False,

0 commit comments

Comments
 (0)