From b761b15ed68efc295ecbb2183f057854c04e82fd Mon Sep 17 00:00:00 2001 From: almaz Date: Tue, 3 Sep 2024 15:52:27 +0200 Subject: [PATCH] upgrade docker image tag --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 25cb89d..384ebe8 100644 --- a/config.json +++ b/config.json @@ -11,7 +11,7 @@ "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.4", + "docker_image": "supervisely/model-benchmark:0.0.5", "instance_version": "6.11.10", "context_menu": { "target": ["images_project"]