Skip to content

Commit

Permalink
test docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Nov 27, 2024
1 parent 21394c0 commit 1364d31
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -21,7 +21,7 @@
"deployed_nn"
],
"community_agent": false,
"docker_image": "supervisely/yolov8:1.0.35",
"docker_image": "supervisely/yolov8:1.0.36",
"instance_version": "6.12.5",
"entrypoint": "python3 -m uvicorn src.main:m.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
Expand Down
5 changes: 3 additions & 2 deletions serve/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# --extra-index-url https://download.pytorch.org/whl/cu113
# torch==1.10.1+cu113
# torchvision==0.11.2+cu113
onnxruntime-gpu==1.18.0
tensorrt==10.6.0.post1

# onnxruntime-gpu==1.18.0
# tensorrt==10.6.0.post1
git+https://github.com/supervisely/supervisely.git@sem_seg_benchmark
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.35",
"docker_image": "supervisely/yolov8:1.0.36",
"instance_version": "6.12.5",
"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

0 comments on commit 1364d31

Please sign in to comment.