From d26ec53d3582fb550687da4905907ed8d8957778 Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:39:03 +0400 Subject: [PATCH 1/2] Update docker image in config.json to supervisely/data-operations:0.0.1 --- config.json | 56 ++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/config.json b/config.json index ce9290b..fcb69fe 100644 --- a/config.json +++ b/config.json @@ -1,29 +1,29 @@ { - "name": "Diff and Merge Images Projects", - "type": "app", - "categories": [ - "images", - "project management", - "data operations" - ], - "description": "Visual diff and merge tool helps compare images in two projects", - "docker_image": "supervisely/base-py-sdk:6.72.70", - "instance_version": "6.4.57", - "main_script": "src/main.py", - "modal_template": "src/modal.html", - "modal_width": 585, - "modal_template_state": { - "teamId1": null, - "workspaceId1": null, - "projectId1": null, - "teamId2": null, - "workspaceId2": null, - "projectId2": null - }, - "gui_template": "src/gui.html", - "task_location": "application_sessions", - "isolate": true, - "icon": "https://i.imgur.com/DEUcdnP.png", - "icon_background": "#FFFFFF", - "poster": "https://user-images.githubusercontent.com/106374579/183656137-70a107a9-4497-40be-8e21-1a2c9d8d98f1.png" -} + "name": "Diff and Merge Images Projects", + "type": "app", + "categories": [ + "images", + "project management", + "data operations" + ], + "description": "Visual diff and merge tool helps compare images in two projects", + "docker_image": "supervisely/data-operations:0.0.1", + "instance_version": "6.4.57", + "main_script": "src/main.py", + "modal_template": "src/modal.html", + "modal_width": 585, + "modal_template_state": { + "teamId1": null, + "workspaceId1": null, + "projectId1": null, + "teamId2": null, + "workspaceId2": null, + "projectId2": null + }, + "gui_template": "src/gui.html", + "task_location": "application_sessions", + "isolate": true, + "icon": "https://i.imgur.com/DEUcdnP.png", + "icon_background": "#FFFFFF", + "poster": "https://user-images.githubusercontent.com/106374579/183656137-70a107a9-4497-40be-8e21-1a2c9d8d98f1.png" +} \ No newline at end of file From 97cabdf03083e4cad17671855fdb2fac5ce28c48 Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Fri, 28 Jul 2023 19:11:58 +0400 Subject: [PATCH 2/2] Update docker image in config.json to supervisely/data-operations:0.0.3 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index fcb69fe..d0092e1 100644 --- a/config.json +++ b/config.json @@ -7,7 +7,7 @@ "data operations" ], "description": "Visual diff and merge tool helps compare images in two projects", - "docker_image": "supervisely/data-operations:0.0.1", + "docker_image": "supervisely/data-operations:0.0.3", "instance_version": "6.4.57", "main_script": "src/main.py", "modal_template": "src/modal.html",