From 30a65e406c99cbdaea9fd9043000a2cb32b6058e Mon Sep 17 00:00:00 2001 From: Almaz <79905215+almazgimaev@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:24:47 +0200 Subject: [PATCH] Update config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index d4f79a5..535e3e0 100644 --- a/config.json +++ b/config.json @@ -5,8 +5,8 @@ "categories": ["system", "import"], "system": true, "description": "Universal import tool for Images, Videos, Pointclouds, and Volumes", - "docker_image": "supervisely/import-export:6.73.125", - "min_instance_version": "6.9.31", + "docker_image": "supervisely/import-export:6.73.126", + "min_instance_version": "6.10.0", "main_script": "src/main.py", "task_location": "workspace_tasks", "headless": true,