From 02ad50187585b8cb1a87e23ba11668e98661c7f2 Mon Sep 17 00:00:00 2001 From: iwatkot Date: Tue, 4 Jun 2024 14:23:23 +0200 Subject: [PATCH] Docker image 1.0.3. --- supervisely/serve/config.json | 2 +- supervisely/train/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/supervisely/serve/config.json b/supervisely/serve/config.json index e7ff40ffc857..9c81f8ad2698 100644 --- a/supervisely/serve/config.json +++ b/supervisely/serve/config.json @@ -11,7 +11,7 @@ "serve" ], "description": "Deploy model as REST API service", - "docker_image": "supervisely/yolov5:1.0.2", + "docker_image": "supervisely/yolov5:1.0.3", "instance_version": "6.8.88", "entrypoint": "python -m uvicorn main:m.app --app-dir ./supervisely/serve/src --host 0.0.0.0 --port 8000 --ws websockets", "port": 8000, diff --git a/supervisely/train/config.json b/supervisely/train/config.json index 9afa457d565c..f7f1f56ab8e0 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.3", "min_instance_version": "6.8.70", "main_script": "supervisely/train/src/sly_train.py", "gui_template": "supervisely/train/src/gui.html",