From f94dbcc092818beb79ef88e330f0ef748d686787 Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:06:13 +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 a28f109..231ff86 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,13 @@ { "name": "Export to Pascal VOC", "type": "app", - "categories": ["images", "export"], + "categories": [ + "images", + "export" + ], "description": "Converts Supervisely Project to Pascal VOC format", - "docker_image": "supervisely/import-export:6.73.157", - "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": { @@ -17,8 +20,10 @@ "icon_background": "#FFFFFF", "headless": true, "context_menu": { - "target": ["images_project"], + "target": [ + "images_project" + ], "context_root": "Download as" }, "poster": "https://user-images.githubusercontent.com/48245050/182382862-d74f1b2c-b19e-47c2-84db-45cd934ec34e.png" -} +} \ No newline at end of file