From bdcf333b50e85eea261ad1fc786023e209e972f6 Mon Sep 17 00:00:00 2001 From: Almaz <79905215+almazgimaev@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:29:37 +0200 Subject: [PATCH] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index f362812..91f79c6 100644 --- a/config.json +++ b/config.json @@ -12,7 +12,7 @@ "entrypoint": "python -m uvicorn src.main:app --host 0.0.0.0 --port 8000", "port": 8000, "docker_image": "supervisely/model-benchmark:0.0.10", - "instance_version": "6.11.16", + "instance_version": "6.11.19", "context_menu": { "target": ["images_project"] },