From a413000c22e53b5370e873f530848353cc1ab453 Mon Sep 17 00:00:00 2001 From: Almaz <79905215+almazgimaev@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:44:10 +0100 Subject: [PATCH] Update docker image in config.json to supervisely/import-export:6.73.60 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index f674966..3db3a4f 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,7 @@ "export" ], "description": "Converts Supervisely Project to Pascal VOC format", - "docker_image": "supervisely/import-export:6.73.59", + "docker_image": "supervisely/import-export:6.73.60", "instance_version": "6.9.4", "main_script": "src/main.py", "modal_template": "src/modal.html",