Skip to content

Commit

Permalink
change SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed May 15, 2024
1 parent 0fb3d28 commit 39fe5ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"deployed_nn"
],
"community_agent": false,
"docker_image": "supervisely/yolov8:1.0.4",
"docker_image": "supervisely/yolov8:dev",
"instance_version": "6.8.88",
"entrypoint": "python -m uvicorn src.main:m.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
"task_location": "application_sessions",
"license": {
"type": "AGPL-3.0"
}
}
}
2 changes: 1 addition & 1 deletion serve/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ ultralytics==8.0.112
--extra-index-url https://download.pytorch.org/whl/cu113
torch==1.10.1+cu113
torchvision==0.11.2+cu113
supervisely==6.73.82
supervisely==6.73.84

1 change: 1 addition & 0 deletions serve/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
supervisely==6.73.84

0 comments on commit 39fe5ea

Please sign in to comment.