From 61957048b9867df953cb3d9490e68aa97d279f8c Mon Sep 17 00:00:00 2001 From: Almaz <79905215+almazgimaev@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:02:31 +0200 Subject: [PATCH] Update config.json --- supervisely_integration/serve/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisely_integration/serve/config.json b/supervisely_integration/serve/config.json index 0c69fb9..32d3e91 100644 --- a/supervisely_integration/serve/config.json +++ b/supervisely_integration/serve/config.json @@ -19,7 +19,7 @@ "deployed_nn_object_segmentation" ], "community_agent": false, - "docker_image": "supervisely/segment-anything-hq:1.0.4", + "docker_image": "supervisely/segment-anything-hq:1.0.5", "instance_version": "6.7.33", "entrypoint": "python -m uvicorn main:model.app --app-dir ./supervisely_integration/serve/src --host 0.0.0.0 --port 8000 --ws websockets", "port": 8000,