Skip to content

Commit

Permalink
Merge pull request #20 from supervisely-ecosystem/update-docker-image
Browse files Browse the repository at this point in the history
Update docker image in config.json to supervisely/import-export:6.73.160
  • Loading branch information
cxnt authored Aug 16, 2024
2 parents fb7dc6c + 219156a commit 4519a4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"name": "Export to Supervisely format",
"type": "app",
"version": "2.0.0",
"categories": ["images", "export"],
"categories": [
"images",
"export"
],
"description": "images and JSON annotations",
"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 @@ -18,8 +21,11 @@
"icon": "https://i.imgur.com/1hqGMyg.png",
"icon_background": "#FFFFFF",
"context_menu": {
"target": ["images_project", "images_dataset"],
"target": [
"images_project",
"images_dataset"
],
"context_root": "Download as"
},
"poster": "https://user-images.githubusercontent.com/106374579/186665737-ec3da9cc-193f-43ee-85db-a6f802b2dfe4.png"
}
}
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
supervisely==6.73.156
supervisely==6.73.160

0 comments on commit 4519a4a

Please sign in to comment.