From 9060e347d2b27120b2c9d4c16c76997c7382b8fc Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:30:44 +0400 Subject: [PATCH] Update docker image in config.json to supervisely/import-export:6.73.160 --- config.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index ed57c42..c139950 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,10 @@ "icon_cover": true, "poster": "https://user-images.githubusercontent.com/115161827/235631478-31056b4a-4945-4962-aef0-4bd5b7b73956.png", "description": "Transform Supervisely format to YOLOv8 format", - "categories": ["images", "export"], + "categories": [ + "images", + "export" + ], "main_script": "src/main.py", "modal_template": "src/modal.html", "modal_template_state": { @@ -17,9 +20,12 @@ "isolate": true, "headless": true, "context_menu": { - "target": ["images_project", "images_dataset"], + "target": [ + "images_project", + "images_dataset" + ], "context_root": "Download as" }, - "docker_image": "supervisely/import-export:6.73.157", - "min_instance_version": "6.10.0" -} + "docker_image": "supervisely/import-export:6.73.160", + "min_instance_version": "6.11.8" +} \ No newline at end of file