From 595ed9eea6f3e15ab0963362ae762e73f68ad8f0 Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:07:31 +0400 Subject: [PATCH] Update config.json --- supervisely/train/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisely/train/config.json b/supervisely/train/config.json index 3d98fce4b5a5..27621f433bfc 100644 --- a/supervisely/train/config.json +++ b/supervisely/train/config.json @@ -10,7 +10,7 @@ "train" ], "description": "Dashboard to configure and monitor training", - "docker_image": "supervisely/yolov5:1.0.2", + "docker_image": "supervisely/yolov5:1.0.1", "instance_version": "6.4.57", "main_script": "supervisely/train/src/sly_train.py", "gui_template": "supervisely/train/src/gui.html",