From 866df4883e8dc3a0e8fc9b977cb2ad2dcef97303 Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:20:43 +0400 Subject: [PATCH] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index badc4f9..4b84cd6 100644 --- a/config.json +++ b/config.json @@ -20,7 +20,7 @@ "deployed_nn_object_segmentation" ], "community_agent": false, - "docker_image": "supervisely/segment-anything:1.0.3", + "docker_image": "supervisely/segment-anything:1.0.4", "instance_version": "6.7.33", "entrypoint": "python -m uvicorn src.main:m.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets", "port": 8000,