Skip to content

Commit

Permalink
Merge pull request #7 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 717dcee + fa55d78 commit 23ccffa
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 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"
}
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
supervisely==6.72.70
supervisely==6.73.160

0 comments on commit 23ccffa

Please sign in to comment.