From bc3489bd45fe746e71d4fd4bf318d7a8274eddad Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:28:30 +0400 Subject: [PATCH] Update docker image in config.json to supervisely/import-export:6.73.160 --- config.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/config.json b/config.json index 9fdfff0..d72b293 100644 --- a/config.json +++ b/config.json @@ -1,25 +1,25 @@ { - "name": "Export to DOTA", - "type": "app", - "version": "2.0.0", - "headless": true, - "description": "Export images in DOTA format and prepares downloadable archive", - "categories": [ - "images", - "export" - ], - "docker_image": "supervisely/import-export:6.73.157", - "icon": "https://user-images.githubusercontent.com/115161827/203991592-de444a0d-3d7c-4c26-b575-6fa4ac020635.jpg", - "icon_cover": true, - "poster": "https://user-images.githubusercontent.com/115161827/203993840-5a170216-d7a2-4e45-a74a-4b4c856e5b2f.jpg", - "context_menu": { - "context_root": "Download as", - "target": [ - "images_project", - "images_dataset" - ] - }, - "min_agent_version": "6.7.4", - "min_instance_version": "6.10.0", - "main_script": "src/main.py" + "name": "Export to DOTA", + "type": "app", + "version": "2.0.0", + "headless": true, + "description": "Export images in DOTA format and prepares downloadable archive", + "categories": [ + "images", + "export" + ], + "docker_image": "supervisely/import-export:6.73.160", + "icon": "https://user-images.githubusercontent.com/115161827/203991592-de444a0d-3d7c-4c26-b575-6fa4ac020635.jpg", + "icon_cover": true, + "poster": "https://user-images.githubusercontent.com/115161827/203993840-5a170216-d7a2-4e45-a74a-4b4c856e5b2f.jpg", + "context_menu": { + "context_root": "Download as", + "target": [ + "images_project", + "images_dataset" + ] + }, + "min_agent_version": "6.7.4", + "min_instance_version": "6.11.8", + "main_script": "src/main.py" } \ No newline at end of file