From 6a4e6d5fcf024f9e120c793d2142e3127303416f Mon Sep 17 00:00:00 2001 From: almaz Date: Thu, 28 Nov 2024 19:07:12 +0100 Subject: [PATCH] update config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index e83dbd5..a21d141 100644 --- a/config.json +++ b/config.json @@ -11,6 +11,6 @@ "task_location": "workspace_tasks", "entrypoint": "python -m uvicorn src.main:app --host 0.0.0.0 --port 8000", "port": 8000, - "docker_image": "supervisely/model-benchmark:1.0.15", - "instance_version": "6.11.19" + "docker_image": "supervisely/model-benchmark:1.0.16", + "instance_version": "6.12.5" }