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 c861a09 commit 629a0fe
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 @@ -3,15 +3,18 @@
"type": "app",
"version": "2.0.0",
"description": "Converts Supervisely format to COCO Keypoints",
"categories": ["images", "export"],
"categories": [
"images",
"export"
],
"main_script": "src/main.py",
"headless": true,
"icon": "https://github.com/supervisely-ecosystem/export-coco-keypoints/assets/119248312/c915fbea-a418-4e6b-ab74-899bcb6edd3b",
"icon_cover": true,
"poster": "https://github.com/supervisely-ecosystem/export-coco-keypoints/assets/119248312/5777a6fb-efe5-41c3-93b9-4abe92006b77",
"modal_template": "src/modal.html",
"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",
"task_location": "workspace_tasks",
"modal_template_state": {
"allDatasets": true,
Expand All @@ -20,7 +23,10 @@
"selectedOutput": "images"
},
"context_menu": {
"target": ["images_project", "images_dataset"],
"target": [
"images_project",
"images_dataset"
],
"context_root": "Download as"
}
}
}

0 comments on commit 629a0fe

Please sign in to comment.