From 644326e987136c5a28eed14bfc1eb5e749fa1b9a Mon Sep 17 00:00:00 2001 From: Nikolai Peukhov Date: Fri, 17 Jan 2025 07:09:54 -0300 Subject: [PATCH] dump instance version --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index aead1c7..b81c6d0 100644 --- a/config.json +++ b/config.json @@ -27,7 +27,7 @@ ], "community_agent": false, "docker_image": "supervisely/segment-anything-2:1.0.8", - "instance_version": "6.12.23", + "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, "task_location": "application_sessions",