Skip to content

Commit

Permalink
Update docker image and instance version in config.json; remove requi…
Browse files Browse the repository at this point in the history
…rements.txt
  • Loading branch information
GoldenAnpu committed Dec 4, 2024
1 parent eaf1fe6 commit 496dee0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 32 deletions.
54 changes: 24 additions & 30 deletions config.json
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"
}
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
supervisely==6.73.162
supervisely==6.73.248
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 496dee0

Please sign in to comment.