Skip to content

Commit

Permalink
Merge pull request #209 from supervisely-ecosystem/test-branch-for-video
Browse files Browse the repository at this point in the history
Update SDK to 6.73.45
  • Loading branch information
almazgimaev committed Mar 5, 2024
2 parents 77f3f16 + 09f986d commit 85f7328
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pip install -r requirements.txt
supervisely==6.72.55
supervisely==6.73.45

opencv-python-headless==4.5.5.62
opencv-python==4.5.5.62
Expand Down
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"
}
}
}
2 changes: 1 addition & 1 deletion supervisely/serve/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
supervisely==6.72.220
supervisely==6.73.45
# git+https://github.com/supervisely/supervisely.git@v1-app-shutdown

0 comments on commit 85f7328

Please sign in to comment.