diff --git a/serve/config.json b/serve/config.json index 38b6458..ade8fcb 100644 --- a/serve/config.json +++ b/serve/config.json @@ -20,7 +20,7 @@ "deployed_nn" ], "community_agent": false, - "docker_image": "supervisely/yolov8:1.0.8", + "docker_image": "supervisely/yolov8:1.0.6", "instance_version": "6.8.88", "entrypoint": "python -m uvicorn src.main:m.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets", "port": 8000, @@ -28,4 +28,4 @@ "license": { "type": "AGPL-3.0" } -} +} \ No newline at end of file