Skip to content

Commit

Permalink
Update instance version to 6.8.88
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Mar 5, 2024
1 parent 6d5c21f commit 09f986d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions supervisely/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"object detection",
"detection & tracking",
"serve"
],
],
"description": "Deploy model as REST API service",
"docker_image": "supervisely/yolov5:1.0.2",
"instance_version": "6.6.7",
"instance_version": "6.8.88",
"entrypoint": "python -m uvicorn main:m.app --app-dir ./supervisely/serve/src --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
"modal_template": "supervisely/serve/src/modal.html",
Expand Down Expand Up @@ -176,6 +176,6 @@
"poster": "https://user-images.githubusercontent.com/106374579/183668719-361e275f-e6f8-47e5-994d-3341c0e6241f.png",
"community_agent": false,
"license": {
"type": "AGPL-3.0"
"type": "AGPL-3.0"
}
}
}

0 comments on commit 09f986d

Please sign in to comment.