Skip to content

Commit be793c0

Browse files
committed
updated instance version
1 parent 756b83a commit be793c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

serve/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"poster": "https://github.com/supervisely-ecosystem/SparseInst/releases/download/v0.0.1/poster_sparseInst-serve.jpg",
2020
"community_agent": false,
2121
"docker_image": "supervisely/sparseinst:1.0.3",
22-
"instance_version": "6.12.12",
22+
"instance_version": "6.14.0",
2323
"entrypoint": "python3 -m uvicorn src.main:model.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets",
2424
"port": 8000,
2525
"task_location": "application_sessions",

train/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"description": "Dashboard to configure, start and monitor SparseInst training",
1212
"docker_image": "supervisely/sparseinst:1.0.3",
13-
"instance_version": "6.12.12",
13+
"instance_version": "6.14.0",
1414
"entrypoint": "python3 -m uvicorn src.main:train.app --app-dir ./train --host 0.0.0.0 --port 8000 --ws websockets",
1515
"task_location": "workspace_tasks",
1616
"need_gpu": true,

0 commit comments

Comments
 (0)