From bf7a96fee6914e2924fec309f5dadd18d0933309 Mon Sep 17 00:00:00 2001 From: Almaz <79905215+almazgimaev@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:43:24 +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 b1575c8..69bd2d6 100644 --- a/config.json +++ b/config.json @@ -7,7 +7,7 @@ "export" ], "description": "Transform project to YOLO v5 format and prepares tar archive for download", - "docker_image": "supervisely/import-export:6.73.59", + "docker_image": "supervisely/import-export:6.73.60", "instance_version": "6.9.4", "main_script": "src/convert_sly_to_yolov5.py", "modal_template": "src/modal.html",