generated from supervisely-ecosystem/ecosystem-app-template-gui
-
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 SDK version, convert coords to pixel before validation #3
- Loading branch information
Showing
2 changed files
with
18 additions
and
17 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,18 +1,18 @@ | ||
{ | ||
"type": "app", | ||
"version": "2.0.0", | ||
"name": "Figures Validator", | ||
"description": "Service for validating figures geometry", | ||
"docker_image": "supervisely/base-py-sdk:6.73.128", | ||
"categories": ["images"], | ||
"icon": "", | ||
"icon_cover": true, | ||
"headless": false, | ||
"poster": "", | ||
"entrypoint": "python -m uvicorn src.main:app --host 0.0.0.0 --port 8000", | ||
"port": 8000, | ||
"context_menu": { | ||
"target": ["images_project", "ecosystem"] | ||
}, | ||
"instance_version": "6.10.0" | ||
"type": "app", | ||
"version": "2.0.0", | ||
"name": "Figures Validator", | ||
"description": "Service for validating figures geometry", | ||
"docker_image": "supervisely/base-py-sdk:6.73.221", | ||
"categories": ["images"], | ||
"icon": "", | ||
"icon_cover": true, | ||
"headless": false, | ||
"poster": "", | ||
"entrypoint": "python -m uvicorn src.main:app --host 0.0.0.0 --port 8000", | ||
"port": 8000, | ||
"context_menu": { | ||
"target": ["images_project", "ecosystem"] | ||
}, | ||
"instance_version": "6.12.1" | ||
} |
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