From f39c02ad5b587fe779a8de1ae66e1205c723f2ab Mon Sep 17 00:00:00 2001 From: almaz Date: Thu, 10 Oct 2024 15:08:37 +0200 Subject: [PATCH] update docker image and instance version --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index f362812..ce378dc 100644 --- a/config.json +++ b/config.json @@ -11,8 +11,8 @@ "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:0.0.10", - "instance_version": "6.11.16", + "docker_image": "supervisely/model-benchmark:0.0.11", + "instance_version": "6.11.19", "context_menu": { "target": ["images_project"] },