Skip to content

Commit de3262b

Browse files
authored
Merge pull request supervisely-ecosystem#6 from supervisely-ecosystem/update-docker-image
Update docker image in config.json to supervisely/data-operations:0.0.3
2 parents 163df69 + 97cabdf commit de3262b

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

config.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "Diff and Merge Images Projects",
3-
"type": "app",
4-
"categories": [
5-
"images",
6-
"project management",
7-
"data operations"
8-
],
9-
"description": "Visual diff and merge tool helps compare images in two projects",
10-
"docker_image": "supervisely/base-py-sdk:6.72.70",
11-
"instance_version": "6.4.57",
12-
"main_script": "src/main.py",
13-
"modal_template": "src/modal.html",
14-
"modal_width": 585,
15-
"modal_template_state": {
16-
"teamId1": null,
17-
"workspaceId1": null,
18-
"projectId1": null,
19-
"teamId2": null,
20-
"workspaceId2": null,
21-
"projectId2": null
22-
},
23-
"gui_template": "src/gui.html",
24-
"task_location": "application_sessions",
25-
"isolate": true,
26-
"icon": "https://i.imgur.com/DEUcdnP.png",
27-
"icon_background": "#FFFFFF",
28-
"poster": "https://user-images.githubusercontent.com/106374579/183656137-70a107a9-4497-40be-8e21-1a2c9d8d98f1.png"
29-
}
2+
"name": "Diff and Merge Images Projects",
3+
"type": "app",
4+
"categories": [
5+
"images",
6+
"project management",
7+
"data operations"
8+
],
9+
"description": "Visual diff and merge tool helps compare images in two projects",
10+
"docker_image": "supervisely/data-operations:0.0.3",
11+
"instance_version": "6.4.57",
12+
"main_script": "src/main.py",
13+
"modal_template": "src/modal.html",
14+
"modal_width": 585,
15+
"modal_template_state": {
16+
"teamId1": null,
17+
"workspaceId1": null,
18+
"projectId1": null,
19+
"teamId2": null,
20+
"workspaceId2": null,
21+
"projectId2": null
22+
},
23+
"gui_template": "src/gui.html",
24+
"task_location": "application_sessions",
25+
"isolate": true,
26+
"icon": "https://i.imgur.com/DEUcdnP.png",
27+
"icon_background": "#FFFFFF",
28+
"poster": "https://user-images.githubusercontent.com/106374579/183656137-70a107a9-4497-40be-8e21-1a2c9d8d98f1.png"
29+
}

0 commit comments

Comments
 (0)