From 61993122a26c6b6ddf26a721e6de6bb6eea121ff Mon Sep 17 00:00:00 2001 From: Max Kolomeychenko Date: Mon, 3 Oct 2022 11:13:12 +0300 Subject: [PATCH] Upgrade SDK dockerimage --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index fcc8a8a..16c2868 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,7 @@ "export" ], "description": "images and JSON annotations", - "docker_image": "supervisely/base-py-sdk:6.35.0", + "docker_image": "supervisely/base-py-sdk:6.65.0", "instance_version": "6.5.1", "main_script": "src/main.py", "modal_template": "src/modal.html",