Skip to content

Commit

Permalink
remove optional fields from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Kolomeychenko committed Aug 4, 2022
1 parent 4e4d5aa commit 9d33a88
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"name": "Hello World!",
"type": "app",
"categories": ["development"],
"name": "Hello World!",
"description": "Demonstrates how to turn your python script into Supervisely App",
"docker_image": "supervisely/base-py-sdk:6.50.0",
"main_script": "src/main.py",
"task_location": "workspace_tasks",
"icon": "https://user-images.githubusercontent.com/12828725/182186256-5ee663ad-25c7-4a62-9af1-fbfdca715b57.png",
"poster": "https://user-images.githubusercontent.com/12828725/182181033-d0d1a690-8388-472e-8862-e0cacbd4f082.png",
"icon_background": "#FFFFFF"
"poster": "https://user-images.githubusercontent.com/12828725/182181033-d0d1a690-8388-472e-8862-e0cacbd4f082.png"
}

0 comments on commit 9d33a88

Please sign in to comment.