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 39fc18f commit 7bc971a
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
Expand Up @@ -2,10 +2,13 @@
"name": "Export as masks",
"type": "app",
"version": "2.0.0",
"categories": ["images", "export"],
"categories": [
"images",
"export"
],
"description": "For semantic and instance segmentation tasks",
"docker_image": "supervisely/import-export:6.73.156",
"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 @@ -19,8 +22,10 @@
"icon_background": "#FFFFFF",
"headless": true,
"context_menu": {
"target": ["images_project"],
"target": [
"images_project"
],
"context_root": "Download as"
},
"poster": "https://user-images.githubusercontent.com/106374579/186664538-21e06509-7372-44db-9f0e-512be05cad91.png"
}
}

0 comments on commit 7bc971a

Please sign in to comment.