Skip to content

Commit

Permalink
test docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 10, 2024
1 parent 7e40417 commit c7a1110
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"deployed_nn"
],
"community_agent": false,
"docker_image": "supervisely/yolov8:1.0.39",
"docker_image": "supervisely/yolov8:1.0.40",
"instance_version": "6.12.12",
"entrypoint": "python3 -m uvicorn src.main:m.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
Expand Down
2 changes: 1 addition & 1 deletion serve/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# git+https://github.com/supervisely/supervisely.git@some-test-branch

supervisely[model-benchmark]==6.73.232
supervisely[model-benchmark]==6.73.250
ultralytics==8.2.26
--extra-index-url https://download.pytorch.org/whl/cu113
torch==1.10.1+cu113
Expand Down
2 changes: 1 addition & 1 deletion train/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"train"
],
"description": "Dashboard to configure, start and monitor YOLOv8 | v9 | v10 | v11 training",
"docker_image": "supervisely/yolov8:1.0.39",
"docker_image": "supervisely/yolov8:1.0.40",
"instance_version": "6.12.12",
"entrypoint": "python3 -m uvicorn src.main:app --app-dir ./train --host 0.0.0.0 --port 8000 --ws websockets",
"task_location": "workspace_tasks",
Expand Down
2 changes: 1 addition & 1 deletion train/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
supervisely[model-benchmark]==6.73.239
supervisely[model-benchmark]==6.73.250

0 comments on commit c7a1110

Please sign in to comment.