Skip to content

Commit dc0e052

Browse files
committed
fixed incorrect run command
1 parent b54e4f9 commit dc0e052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serve/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"community_agent": false,
1717
"docker_image": "supervisely/sparseinst:1.0.1",
1818
"instance_version": "6.12.12",
19-
"entrypoint": "python3 -m uvicorn src.main:m.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets",
19+
"entrypoint": "python3 -m uvicorn src.main:model.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets",
2020
"port": 8000,
2121
"task_location": "application_sessions",
2222
"license": {

0 commit comments

Comments
 (0)