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 c24cb47 commit 9060e34
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"icon_cover": true,
"poster": "https://user-images.githubusercontent.com/115161827/235631478-31056b4a-4945-4962-aef0-4bd5b7b73956.png",
"description": "Transform Supervisely format to YOLOv8 format",
"categories": ["images", "export"],
"categories": [
"images",
"export"
],
"main_script": "src/main.py",
"modal_template": "src/modal.html",
"modal_template_state": {
Expand All @@ -17,9 +20,12 @@
"isolate": true,
"headless": true,
"context_menu": {
"target": ["images_project", "images_dataset"],
"target": [
"images_project",
"images_dataset"
],
"context_root": "Download as"
},
"docker_image": "supervisely/import-export:6.73.157",
"min_instance_version": "6.10.0"
}
"docker_image": "supervisely/import-export:6.73.160",
"min_instance_version": "6.11.8"
}

0 comments on commit 9060e34

Please sign in to comment.