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 717dcee commit 0c37d47
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"name": "Export project to cloud storage",
"type": "app",
"categories": [
"export",
"images"
"name": "Export project to cloud storage",
"type": "app",
"categories": [
"export",
"images"
],
"description": "Export project to Google Cloud Storage, Amazon S3, Microsoft Azure, ...",
"docker_image": "supervisely/import-export:6.73.160",
"main_script": "src/main.py",
"modal_template": "src/modal.html",
"modal_template_state": {
"provider": "s3",
"bucketName": ""
},
"task_location": "workspace_tasks",
"isolate": true,
"headless": true,
"icon": "https://user-images.githubusercontent.com/48913536/180179136-3f8fc48a-9645-4e73-afb6-1984e9a25102.png",
"icon_background": "#FFFFFF",
"context_menu": {
"target": [
"images_project"
],
"description": "Export project to Google Cloud Storage, Amazon S3, Microsoft Azure, ...",
"docker_image": "supervisely/import-export:0.0.5",
"main_script": "src/main.py",
"modal_template": "src/modal.html",
"modal_template_state": {
"provider": "s3",
"bucketName": ""
},
"task_location": "workspace_tasks",
"isolate": true,
"headless": true,
"icon": "https://user-images.githubusercontent.com/48913536/180179136-3f8fc48a-9645-4e73-afb6-1984e9a25102.png",
"icon_background": "#FFFFFF",
"context_menu": {
"target": [
"images_project"
],
"context_root": "Download as"
},
"poster": "https://user-images.githubusercontent.com/106374579/183424972-011d8a6e-1f07-4c34-8ca1-4eff27d71438.png"
"context_root": "Download as"
},
"poster": "https://user-images.githubusercontent.com/106374579/183424972-011d8a6e-1f07-4c34-8ca1-4eff27d71438.png",
"min_instance_version": "6.11.8"
}

0 comments on commit 0c37d47

Please sign in to comment.