-
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 and instance version in config.json; remove requi…
…rements.txt
- Loading branch information
1 parent
eaf1fe6
commit 496dee0
Showing
3 changed files
with
25 additions
and
32 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,31 +1,25 @@ | ||
{ | ||
"name": "Export to Supervisely format", | ||
"type": "app", | ||
"version": "2.0.0", | ||
"categories": [ | ||
"images", | ||
"export" | ||
], | ||
"description": "images and JSON annotations", | ||
"docker_image": "supervisely/import-export:6.73.162", | ||
"instance_version": "6.11.8", | ||
"main_script": "src/main.py", | ||
"modal_template": "src/modal.html", | ||
"modal_template_state": { | ||
"download": "all", | ||
"fixExtension": false | ||
}, | ||
"task_location": "workspace_tasks", | ||
"isolate": true, | ||
"headless": true, | ||
"icon": "https://i.imgur.com/1hqGMyg.png", | ||
"icon_background": "#FFFFFF", | ||
"context_menu": { | ||
"target": [ | ||
"images_project", | ||
"images_dataset" | ||
], | ||
"context_root": "Download as" | ||
}, | ||
"poster": "https://user-images.githubusercontent.com/106374579/186665737-ec3da9cc-193f-43ee-85db-a6f802b2dfe4.png" | ||
} | ||
"name": "Export to Supervisely format", | ||
"type": "app", | ||
"version": "2.0.0", | ||
"categories": ["images", "export"], | ||
"description": "images and JSON annotations", | ||
"docker_image": "supervisely/import-export:6.73.248", | ||
"instance_version": "6.12.12", | ||
"main_script": "src/main.py", | ||
"modal_template": "src/modal.html", | ||
"modal_template_state": { | ||
"download": "all", | ||
"fixExtension": false | ||
}, | ||
"task_location": "workspace_tasks", | ||
"isolate": true, | ||
"headless": true, | ||
"icon": "https://i.imgur.com/1hqGMyg.png", | ||
"icon_background": "#FFFFFF", | ||
"context_menu": { | ||
"target": ["images_project", "images_dataset"], | ||
"context_root": "Download as" | ||
}, | ||
"poster": "https://user-images.githubusercontent.com/106374579/186665737-ec3da9cc-193f-43ee-85db-a6f802b2dfe4.png" | ||
} |
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 +1 @@ | ||
supervisely==6.73.162 | ||
supervisely==6.73.248 |
This file was deleted.
Oops, something went wrong.