-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker image in config.json to supervisely/import-export:6.73.160
- Loading branch information
Showing
1 changed file
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |