Skip to content

Commit

Permalink
Merge pull request #19 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 5de12e8 + 50af5a4 commit 874a929
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 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"
}
}
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
supervisely==6.73.157
supervisely==6.73.160
lxml
numpy>=1.19.4
Pillow>=8.0.1

0 comments on commit 874a929

Please sign in to comment.