Skip to content

Commit

Permalink
Update docker image in config.json to supervisely/import-export:6.73.160
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt committed Aug 16, 2024
1 parent 5de12e8 commit f94dbcc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}

0 comments on commit f94dbcc

Please sign in to comment.