From 7bc971a29f36bf4ab26c1a0b7c5f85ef4b02e10f Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:13:57 +0400 Subject: [PATCH] Update docker image in config.json to supervisely/import-export:6.73.160 --- config.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 4ea717f..8e4e3d6 100644 --- a/config.json +++ b/config.json @@ -2,10 +2,13 @@ "name": "Export as masks", "type": "app", "version": "2.0.0", - "categories": ["images", "export"], + "categories": [ + "images", + "export" + ], "description": "For semantic and instance segmentation tasks", - "docker_image": "supervisely/import-export:6.73.156", - "instance_version": "6.10.0", + "docker_image": "supervisely/import-export:6.73.160", + "instance_version": "6.11.8", "main_script": "src/main.py", "modal_template": "src/modal.html", "modal_template_state": { @@ -19,8 +22,10 @@ "icon_background": "#FFFFFF", "headless": true, "context_menu": { - "target": ["images_project"], + "target": [ + "images_project" + ], "context_root": "Download as" }, "poster": "https://user-images.githubusercontent.com/106374579/186664538-21e06509-7372-44db-9f0e-512be05cad91.png" -} +} \ No newline at end of file